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