IceOptionsAttributeTags Property |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic List<string> Tags { get; }
Public ReadOnly Property Tags As List(Of String)
Get
public:
property List<String^>^ Tags {
List<String^>^ get ();
}
member Tags : List<string> with get
Property Value
Type:
ListString
See Also