_Document.Routed Property

Definition

Determines if the specified document has been routed to the next recipient.

public:
 property bool Routed { bool get(); };
public bool Routed { get; }
member this.Routed : bool
Public ReadOnly Property Routed As Boolean

Property Value

Remarks

This property returns True if the specified document has been routed to the next recipient, and False if the document has yet to be routed (for example, if the document has no routing slip, or if a routing slip was just created).

Applies to