The endpoint descriptions for central discovery servers.
            
            
            
            
 Syntax
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
| Dim instance As ClientConfiguration
Dim value As EndpointDescriptionCollection
 
instance.DiscoveryServers = value
 
value = instance.DiscoveryServers
 | 
| C# |  | 
|---|
| [DataMemberAttribute(Order=2, EmitDefaultValue=false)]
public EndpointDescriptionCollection DiscoveryServers {get; set;}
 | 
Property Value
The endpoint descriptions for central discovery servers.
 Requirements
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 See Also
See Also