다음을 통해 공유


LastLogOn 속성

Gets or sets the date and time of last log on.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property LastLogOn As DateTime
    Get
    Set
‘사용 방법
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)

속성 값

유형: System. . :: . .DateTime
DateTime.