BackstageRegularButton.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 BackstageRegularButton
Dim value As BooleanValue
value = instance.IsDefinitive
instance.IsDefinitive = value
[SchemaAttrAttribute(, "isDefinitive")]
public BooleanValue IsDefinitive { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue