Share via


NotesMasterPart.NotesMaster Property

Gets/Sets the root element of this part.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property NotesMaster As NotesMaster
    Get
    Set
'Usage
Dim instance As NotesMasterPart
Dim value As NotesMaster

value = instance.NotesMaster

instance.NotesMaster = value
public NotesMaster NotesMaster { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.NotesMaster

See Also

Reference

NotesMasterPart Class

NotesMasterPart Members

DocumentFormat.OpenXml.Packaging Namespace