SIPStackExtensionTagsSupportedOptionTags Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
ListStringSee Also