_Document.HasRoutingSlip Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the specified document has a routing slip attached to it.
public:
property bool HasRoutingSlip { bool get(); void set(bool value); };
public bool HasRoutingSlip { get; set; }
member this.HasRoutingSlip : bool with get, set
Public Property HasRoutingSlip As Boolean
Property Value
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.