RegInfoLastRegisterDate Property |
Gets the last date when the client sent REGISTER request.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic Nullable<DateTime> LastRegisterDate { get; set; }
Public Property LastRegisterDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> LastRegisterDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member LastRegisterDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also