HandoutMasterPart.HandoutMaster Property

Gets/Sets the root element of this part.

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

Syntax

'Declaration
Public Property HandoutMaster As HandoutMaster
    Get
    Set
'Usage
Dim instance As HandoutMasterPart
Dim value As HandoutMaster

value = instance.HandoutMaster

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.HandoutMaster

See Also

Reference

HandoutMasterPart Class

HandoutMasterPart Members

DocumentFormat.OpenXml.Packaging Namespace