Share via


OrganizationUserInfo.LastAccessServer Property

 

Applies To: Dynamics CRM 2015

Gets or sets the date 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 string LastAccessServer { get; set; }
public:
[DataMemberAttribute]
property String^ LastAccessServer {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member LastAccessServer : string with get, set
<DataMemberAttribute>
Public Property LastAccessServer As String

Property Value

Type: System.String

Type: String 
A string containing the date of the last server access.

See Also

OrganizationUserInfo Class
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright