| SDPMediaDescriptionConnections Property  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic IEnumerable<SDPConnection> Connections { get; set; }Public Property Connections As IEnumerable(Of SDPConnection)
	Get
	Set
public:
property IEnumerable<SDPConnection^>^ Connections {
	IEnumerable<SDPConnection^>^ get ();
	void set (IEnumerable<SDPConnection^>^ value);
}member Connections : IEnumerable<SDPConnection> with get, set
Property Value
Type: 
IEnumerableSDPConnection
See Also