Share via


BackstageFastCommandButton.IsDefinitive Property

isDefinitive.Represents the attribte in schema: isDefinitive

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "isDefinitive")> _
Public Property IsDefinitive As BooleanValue
    Get
    Set
'Usage
Dim instance As BackstageFastCommandButton
Dim value As BooleanValue

value = instance.IsDefinitive

instance.IsDefinitive = value
[SchemaAttrAttribute(, "isDefinitive")]
public BooleanValue IsDefinitive { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

BackstageFastCommandButton Class

BackstageFastCommandButton Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace