Share via


OrganizationUserInfo.LastAccessTime Property

 

Applies To: Dynamics CRM 2015

Gets or sets the time the server was accessed by the user.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Syntax

[DataMemberAttribute]
public DateTime LastAccessTime { get; set; }
public:
[DataMemberAttribute]
property DateTime LastAccessTime {
    DateTime get();
    void set(DateTime value);
}
[<DataMemberAttribute>]
member LastAccessTime : DateTime with get, set
<DataMemberAttribute>
Public Property LastAccessTime As Date

Property Value

Type: System.DateTime

Type: DateTime 
Contains the time of the last server access.

See Also

OrganizationUserInfo Class
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright