MediaDescriptionAttributes Property |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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
IEnumerableSessionAttribute
See Also