MediaChannelDescriptionConnections Property |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic List<string> Connections { get; }
Public ReadOnly Property Connections As List(Of String)
Get
public:
property List<String^>^ Connections {
List<String^>^ get ();
}
member Connections : List<string> with get
Property Value
Type:
ListString
See Also