| SayDateTimeCommandgetEscapeDigits 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 getEscapeDigits { get; set; }
Public Property getEscapeDigits As String
Get
Set
public:
property String^ getEscapeDigits {
String^ get ();
void set (String^ value);
}
member getEscapeDigits : string with get, set
Property Value
Type:
StringSee Also