OptionsResultAllowedMethods Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public IEnumerable<string> AllowedMethods { get; }
Public ReadOnly Property AllowedMethods As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ AllowedMethods {
IEnumerable<String^>^ get ();
}
member AllowedMethods : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also