ClientInfo.UserId Property
Applies To: Dynamics CRM 2015
Gets or sets the Microsoft Dynamics CRM system user ID of the client.
Namespace: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public Guid UserId { get; set; }
public:
property Guid UserId {
Guid get();
void set(Guid value);
}
member UserId : Guid with get, set
Public Property UserId As Guid
Property Value
Type: System.Guid
Type: Guid
The ID of the user.
See Also
ClientInfo Class
Microsoft.Xrm.Sdk.Discovery Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright