다음을 통해 공유


User.LastLogOn 속성

정의

사용자가 마지막으로 로그온한 날짜 및 시간을 가져오거나 설정합니다.

public:
 property DateTime LastLogOn { DateTime get(); void set(DateTime value); };
[System.Runtime.Serialization.DataMember]
public DateTime LastLogOn { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.LastLogOn : DateTime with get, set
Public Property LastLogOn As DateTime

속성 값

날짜 및 시간입니다.

특성

적용 대상