RegInfoStatusCode Property |
Gets the status code sent by the PBX for the REGISTER request.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic int StatusCode { get; set; }
Public Property StatusCode As Integer
Get
Set
public:
property int StatusCode {
int get ();
void set (int value);
}
member StatusCode : int with get, set
Property Value
Int32
See Also