'Declaration
<NotNullAttribute()> ReadOnly Property EndpointUrlStrings As StringCollection
'Usage
Dim instance As IEasyUAServer Dim value As StringCollection value = instance.EndpointUrlStrings
[NotNull()] StringCollection EndpointUrlStrings {get;}
[NotNull()] property StringCollection^ EndpointUrlStrings { StringCollection^ get(); }
Property Value
A collection of strings, each representing a URL to an endpoint of the server. These URLs are used by clients to connect to the server.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).