RegInfoServerMinExpires Property |
Gets the minimum time of the SIP account can be registered on the PBX (in seconds).
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public int ServerMinExpires { get; set; }
Public Property ServerMinExpires As Integer
Get
Set
public:
property int ServerMinExpires {
int get ();
void set (int value);
}
member ServerMinExpires : int with get, set
Property Value
Type:
Int32See Also