RoutingSlip.ReturnWhenDone Property
True if the document associated with the specified routing slip is sent back to the original sender when the routing is finished.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ReturnWhenDone As Boolean
Get
Set
'Usage
Dim instance As RoutingSlip
Dim value As Boolean
value = instance.ReturnWhenDone
instance.ReturnWhenDone = value
bool ReturnWhenDone { get; set; }
Property Value
Type: System.Boolean
Remarks
The ReturnWhenDone property is read/write before routing begins and read-only while routing is in progress.