BPM.Server.Config Namespace > ClusterSection Class : Main Property |
'Declaration
<ConfigurationPropertyAttribute(Name="main", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=False, IsRequired=False, IsKey=False)> Public Property Main As Boolean
'Usage
Dim instance As ClusterSection Dim value As Boolean instance.Main = value value = instance.Main
[ConfigurationProperty(Name="main", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=false, IsRequired=false, IsKey=false)] public bool Main {get; set;}
[ConfigurationProperty(Name="main", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=false, IsRequired=false, IsKey=false)] public: property bool Main { bool get(); void set ( bool value); }
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