.netCHARTING v10.5 Documentation


Current Property
Current instance of this class which should always be used to access this object. There are no public constructors to ensure the reference is used as a Singleton to further ensure that all scripts are written to the same clientscript manager.
Syntax
'Declaration
 
Public Shared ReadOnly Property Current As ClientScriptProxy
'Usage
 
Dim value As ClientScriptProxy
 
value = ClientScriptProxy.Current
public static ClientScriptProxy Current {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also