SIPStackExtensionTagsSupportedOptionTags Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic List<string> SupportedOptionTags { get; set; }
Public Property SupportedOptionTags As List(Of String)
Get
Set
public:
property List<String^>^ SupportedOptionTags {
List<String^>^ get ();
void set (List<String^>^ value);
}
member SupportedOptionTags : List<string> with get, set
Property Value
Type:
ListString
See Also