ICallLimitConfiguratorCustomSpeechText Property |
Gets or sets the text that will be played to the caller when the CallLimitMode is set to CustomSpeech.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxstring CustomSpeechText { get; set; }
Property CustomSpeechText As String
Get
Set
property String^ CustomSpeechText {
String^ get ();
void set (String^ value);
}
abstract CustomSpeechText : string with get, set
Property Value
Type:
String
See Also