RouteRequest.Target Field

banner art

Specifies the target of the route action.

Syntax

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

Remarks

Set the value of this field to an instance of the TargetQueued class for the entity type you are routing. For example, if you are routing an incident, set this field to an instance of the TargetQueuedIncident class.

See Also

© 2007 Microsoft Corporation. All rights reserved.