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