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