| SayDigitsCommandEscapeDigits Property |
Get/Set the digits that allow the user to interrupt this command.
Namespace: AsterNET.FastAGI.CommandAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string EscapeDigits { get; set; }
Public Property EscapeDigits As String
Get
Set
public:
property String^ EscapeDigits {
String^ get ();
void set (String^ value);
}
member EscapeDigits : string with get, set
Property Value
Type:
StringSee Also