_Presentation.NotesMaster Property
Returns a Master object that represents the notes master. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property NotesMaster As Master
Get
'Usage
Dim instance As _Presentation
Dim value As Master
value = instance.NotesMaster
Master NotesMaster { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.Master