Share via


Presentation.HandoutMasterIdList Property

List of Handout Master IDs.Represents the element tag in schema: p:handoutMasterIdLst

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

Syntax

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

value = instance.HandoutMasterIdList

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.HandoutMasterIdList
Returns HandoutMasterIdList.

See Also

Reference

Presentation Class

Presentation Members

DocumentFormat.OpenXml.Presentation Namespace