 | SecurityApplicationLastAuthentication Property |
Gets or sets the last authentication time as a DTO
Namespace: SanteDB.Core.Model.SecurityAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic DateTimeOffset? LastAuthentication { get; set; }Public Property LastAuthentication As DateTimeOffset?
Get
Set
public:
property Nullable<DateTimeOffset> LastAuthentication {
Nullable<DateTimeOffset> get ();
void set (Nullable<DateTimeOffset> value);
}member LastAuthentication : Nullable<DateTimeOffset> with get, set
Property Value
NullableDateTimeOffset
See Also