_Document.Routed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).