Share via


Design.Preserved Property

Represents whether a design master is preserved from changes. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property Preserved As MsoTriState
    Get
    Set
'Usage
Dim instance As Design
Dim value As MsoTriState

value = instance.Preserved

instance.Preserved = value
MsoTriState Preserved { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

The value of the Preserved property can be one of these MsoTriState constants.

Constant

Description

msoFalse

The design master is not preserved and can be edited.

msoTrue

The design master is preserved and cannot be edited.

See Also

Reference

Design Interface

Design Members

Microsoft.Office.Interop.PowerPoint Namespace