LastLogOn 属性
Gets or sets the date and time when the user last logged on.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.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
The date and time.