Document.HasRoutingSlip Property

Gets or sets a value that indicates whether the document has a routing slip attached to it.

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

Syntax

'Declaration
Property HasRoutingSlip As Boolean
bool HasRoutingSlip { get; set; }

Property Value

Type: System.Boolean
true if the document has a routing slip attached to it; otherwise, false.

Remarks

Setting this property to true creates a routing slip; setting it to false deletes the routing slip.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace