Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.