_Document.IsMasterDocument Property

Determines if the specified document is a master document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property IsMasterDocument As Boolean
    Get
'Usage
Dim instance As _Document
Dim value As Boolean

value = instance.IsMasterDocument
bool IsMasterDocument { get; }

Property Value

Type: System.Boolean

Remarks

This property returns True if the specified document is a master document, and False if not.

A master document includes one or more subdocuments.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace