The endpoint descriptions for central discovery servers.
'Declaration
<DataMemberAttribute(IsRequired=False,
EmitDefaultValue=False,
Order=2)>
Public Property DiscoveryServers As EndpointDescriptionCollection
'Usage
Dim instance As ClientConfiguration
Dim value As EndpointDescriptionCollection
instance.DiscoveryServers = value
value = instance.DiscoveryServers
[DataMember(IsRequired=false,
EmitDefaultValue=false,
Order=2)]
public EndpointDescriptionCollection DiscoveryServers {get; set;}
[DataMember(IsRequired=false,
EmitDefaultValue=false,
Order=2)]
public:
property EndpointDescriptionCollection^ DiscoveryServers {
EndpointDescriptionCollection^ get();
void set ( EndpointDescriptionCollection^ value);
}
Property Value
The endpoint descriptions for central discovery servers.
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