Share via


RetrieveUserSettingsSystemUserRequest.EntityId Field

banner art

Specifies the ID of the system user (user) whose settings are to be retrieved.

Syntax

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

Remarks

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

See Also

© 2007 Microsoft Corporation. All rights reserved.