Share via


RemoveUserRolesRoleRequest.UserId Field

banner art

Specifies the ID of the user being removed from the roles.

Syntax

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

Remarks

The UserId field corresponds to the systemuser.systemuserid field, which is the primary key for the systemuser entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.