MediaDescriptionAttributes Property |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic IEnumerable<SessionAttribute> Attributes { get; }
Public ReadOnly Property Attributes As IEnumerable(Of SessionAttribute)
Get
public:
property IEnumerable<SessionAttribute^>^ Attributes {
IEnumerable<SessionAttribute^>^ get ();
}
member Attributes : IEnumerable<SessionAttribute> with get
Property Value
Type:
IEnumerableSessionAttribute
See Also