Share via


RetrieveUserPrivilegesRequest.UserId Field

banner art

Specifies the ID of the system user (user) whose privileges you want to retrieve.

Syntax

[Visual Basic .NET]
Public Field UserId As Guid
[C#]
public Guid UserId;
[JScript]
public var UserId : Guid;

Remarks

The UserId parameter corresponds to the systemuser.systemuserid field, which is the primary key for the system user (user) entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.