SIPExtensionBackupInfoLastRegisterDate Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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