TargetUpdateUserQuery.UserQuery Field

banner art

Specifies the userquery entity.

Syntax

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

Remarks

To update fields in a user query, create an instance of the userquery class and set the fields that you wish to update. Only those fields that are set will be updated in the database.

See Also

© 2007 Microsoft Corporation. All rights reserved.