RetrieveUserSetOfPrivilegesByIdsRequest.UserId Property

Definition

Gets or sets the systemuserid of the user to retrieve the privileges for. Required.

public Guid UserId { get; set; }
member this.UserId : Guid with get, set
Public Property UserId As Guid

Property Value

Remarks

Usage

Pass an instance of this class to the Execute(OrganizationRequest) method, which returns an instance of the RetrieveUserSetOfPrivilegesByIdsResponse class.

Applies to