Moonware.Common Namespace > VariableManager Class : GlobalVariables Property |
'Declaration Public Shared Property GlobalVariables As List(Of VariableObject)
'Usage Dim value As List(Of VariableObject) VariableManager.GlobalVariables = value value = VariableManager.GlobalVariables
public static List<VariableObject> GlobalVariables {get; set;}
public: static property List<VariableObject^>^ GlobalVariables { List<VariableObject^>^ get(); void set ( List<VariableObject^>^ value); }
Exception | Description |
---|---|
System.InvalidOperationException | VariableManager has not been initialized for this App Domain! |
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