_Document.HasRoutingSlip Property

Definition

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.

Applies to