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