RegInfoLastRegisterDate Property |
Gets the last date when the client sent REGISTER request.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
NullableDateTimeSee Also