Presentation.NotesMasterIdList Property

List of Notes Master IDs.Represents the element tag in schema: p:notesMasterIdLst

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

Syntax

'Declaration
Public Property NotesMasterIdList As NotesMasterIdList
    Get
    Set
'Usage
Dim instance As Presentation
Dim value As NotesMasterIdList

value = instance.NotesMasterIdList

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.NotesMasterIdList
Returns NotesMasterIdList.

See Also

Reference

Presentation Class

Presentation Members

DocumentFormat.OpenXml.Presentation Namespace