RouteRequest.SourceQueueId Field

banner art

Specifies the ID of the queue that the entity instance is routed from.

Syntax

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

Remarks

The SourceQueueId parameter corresponds to the queue.queueid field, which is the primary key for the queue entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.