'Declaration
<JetBrains.Annotations.ItemNotNullAttribute()> <JetBrains.Annotations.NotNullAttribute()> ReadOnly Property AlternateEndpointUrlStrings As StringCollection
'Usage
Dim instance As IEasyUAServer Dim value As StringCollection value = instance.AlternateEndpointUrlStrings
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] StringCollection AlternateEndpointUrlStrings {get;}
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] property StringCollection^ AlternateEndpointUrlStrings { StringCollection^ get(); }
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).