Document.Routed Property (2007 System)

Gets a value that indicates whether the document has been routed to the next recipient.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Routed As Boolean
'Usage
Dim instance As Document 
Dim value As Boolean 

value = instance.Routed
[BrowsableAttribute(false)]
public bool Routed { get; }
[BrowsableAttribute(false)]
public:
property bool Routed {
    bool get ();
}
public function get Routed () : boolean

Property Value

Type: System.Boolean
true if the document has been routed to the next recipient; otherwise, false. (For example, returns false if the document has no routing slip or if a routing slip was just created.)

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace