Właściwość User.LastLogOn
Pobiera lub ustawia data i czas ostatniego logowania.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property LastLogOn As DateTime
Get
Set
'Użycie
Dim instance As User
Dim value As DateTime
value = instance.LastLogOn
instance.LastLogOn = value
[DataMemberAttribute]
public DateTime LastLogOn { get; set; }
[DataMemberAttribute]
public:
property DateTime LastLogOn {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute>]
member LastLogOn : DateTime with get, set
function get LastLogOn () : DateTime
function set LastLogOn (value : DateTime)
Wartość właściwości
Typ: System.DateTime
DateTime.
Zobacz także