'Declaration
Public Property AlternateEndpointUrlStrings As StringCollection
'Usage
Dim instance As EasyUAServerCore Dim value As StringCollection instance.AlternateEndpointUrlStrings = value value = instance.AlternateEndpointUrlStrings
public StringCollection AlternateEndpointUrlStrings {get; set;}
public: property StringCollection^ AlternateEndpointUrlStrings { StringCollection^ get(); void set ( StringCollection^ value); }
Property Value
A collection of strings, each representing an alternate URL to an endpoint of the server. These URLs can be used by clients to connect to the server, in addition to EndpointUrlStrings.The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).