ConfiguratorListenedEndpoints Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic IEnumerable<Endpoint> ListenedEndpoints { get; set; }
Public Property ListenedEndpoints As IEnumerable(Of Endpoint)
Get
Set
public:
virtual property IEnumerable<Endpoint^>^ ListenedEndpoints {
IEnumerable<Endpoint^>^ get () sealed;
void set (IEnumerable<Endpoint^>^ value) sealed;
}
abstract ListenedEndpoints : IEnumerable<Endpoint> with get, set
override ListenedEndpoints : IEnumerable<Endpoint> with get, set
Property Value
IEnumerableEndpointImplements
IConfiguratorListenedEndpoints
See Also