RetrieveUserSetOfPrivilegesByIdsRequest.UserId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.