Share via


RetrieveUserSettingsSystemUserResponse.BusinessEntity Field

banner art

Contains the resulting user settings for the specified system user (user).

Syntax

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

Remarks

By default, the BusinessEntity field contains an instance of the usersettings class. If the ReturnDynamicEntities field was set to true in the request, the BusinessEntity field contains an instance of the class DynamicEntity.

See Also

© 2007 Microsoft Corporation. All rights reserved.