'Declaration
Public Property EndpointUrlStrings As StringCollection
'Usage
Dim instance As EasyUAServerCore Dim value As StringCollection instance.EndpointUrlStrings = value value = instance.EndpointUrlStrings
public StringCollection EndpointUrlStrings {get; set;}
public: property StringCollection^ EndpointUrlStrings { StringCollection^ get(); void set ( StringCollection^ value); }
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).