Share via


BackstageGroupButton.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 BackstageGroupButton
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

BackstageGroupButton Class

BackstageGroupButton Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace