CoAuthLock.HeaderFooter 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.
Gets whether the lock is the header-footer lock for the document.
public:
property bool HeaderFooter { bool get(); };
public bool HeaderFooter { get; }
member this.HeaderFooter : bool
Public ReadOnly Property HeaderFooter As Boolean
Property Value
true if the lock is the header-footer lock for the document; otherwise, false.
Remarks
Read-only.