_Document.HasRoutingSlip Property

Determines if the specified document has a routing slip attached to it.

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

Syntax

'Declaration
Property HasRoutingSlip As Boolean
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Boolean

value = instance.HasRoutingSlip

instance.HasRoutingSlip = value
bool HasRoutingSlip { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if the specified document has a routing slip attached to it, and False if not.

Setting this property to True creates a routing slip; setting it to False deletes the routing slip.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace