Share via


TargetUpdateQueue.Queue Field

banner art

Specifies the queue entity.

Syntax

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

Remarks

To update fields in a queue, create an instance of the queue 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.