| AGIExecEventResultCode Property |
Get/Set the result number
Available since : Asterisk 12.
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int ResultCode { get; set; }
Public Property ResultCode As Integer
Get
Set
public:
property int ResultCode {
int get ();
void set (int value);
}
member ResultCode : int with get, set
Property Value
Type:
Int32See Also