CoAuthLock.HeaderFooter Property
Gets whether the lock is the header-footer lock for the document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property HeaderFooter As Boolean
Get
'Usage
Dim instance As CoAuthLock
Dim value As Boolean
value = instance.HeaderFooter
bool HeaderFooter { get; }
Property Value
Type: System.Boolean
true if the lock is the header-footer lock for the document; otherwise, false.
Remarks
Read-only.