_Document.Final Property

Definition

Returns or sets a Boolean that indicates whether a document is final. Read/write.

public:
 property bool Final { bool get(); void set(bool value); };
public bool Final { get; set; }
member this.Final : bool with get, set
Public Property Final As Boolean

Property Value

Boolean

Remarks

True marks the document as final, notifies recipients (if any) that the document is final, and sets the document to read-only.

Applies to