MediaChannelDescriptionConnections Property |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
ListStringSee Also