Share via


RetrieveUserSettingsSystemUserRequest.ReturnDynamicEntities Field

banner art

Specifies whether the result of the operation contains an instance of the usersettings class or the DynamicEntity class.

Syntax

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

Remarks

Use true to return an instance of DynamicEntity; otherwise, use false (default) to return an instance of usersettings.

See Also

© 2007 Microsoft Corporation. All rights reserved.