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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.