Share via


Presentation.SlideMasterIdList Property

List of Slide Master IDs.Represents the element tag in schema: p:sldMasterIdLst

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

Syntax

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

value = instance.SlideMasterIdList

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.SlideMasterIdList
Returns SlideMasterIdList.

See Also

Reference

Presentation Class

Presentation Members

DocumentFormat.OpenXml.Presentation Namespace