Gets the actual expiration time of the SIP account on the PBX (in seconds).
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic int Expires { get; set; }
Public Property Expires As Integer
Get
Set
public:
property int Expires {
int get ();
void set (int value);
}
member Expires : int with get, set
Property Value
Type:
Int32
See Also