PhoneLineConfigurationRegisterBeforeExpires Property |
Gets az interval between the SIP account expiration time and the time when the system sends the re-REGISTER request.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic int RegisterBeforeExpires { get; set; }
Public Property RegisterBeforeExpires As Integer
Get
Set
public:
virtual property int RegisterBeforeExpires {
int get () sealed;
void set (int value) sealed;
}
abstract RegisterBeforeExpires : int with get, set
override RegisterBeforeExpires : int with get, set
Property Value
Type:
Int32Implements
ISIPClientConfigurationRegisterBeforeExpires
See Also