| PhoneLineConfigurationRegisterBeforeExpires Property |
Gets az interval between the SIP account expiration time and the time when the system sends the re-REGISTER request.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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