Partager via


Propriété LastLogOn

Gets or sets the date and time when the user last logged on.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property LastLogOn As DateTime
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .DateTime
The date and time.