RetrieveUserIdByExternalIdResponse.UserId Property

Definition

Gets or sets the ID of the Dataverse system user.

public:
 property Guid UserId { Guid get(); void set(Guid value); };
[System.Runtime.Serialization.DataMember]
public Guid UserId { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.UserId : Guid with get, set
Public Property UserId As Guid

Property Value

The ID of the user.

Attributes

Applies to