CacheHierarchy.Attribute Property

Definition

attribute

Represents the following attribute in the schema: attribute

[DocumentFormat.OpenXml.SchemaAttr(0, "attribute")]
public DocumentFormat.OpenXml.BooleanValue Attribute { get; set; }
public DocumentFormat.OpenXml.BooleanValue Attribute { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "attribute")]
public DocumentFormat.OpenXml.BooleanValue? Attribute { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("attribute")]
public DocumentFormat.OpenXml.BooleanValue? Attribute { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Attribute { get; set; }
member this.Attribute : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "attribute")>]
member this.Attribute : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("attribute")>]
member this.Attribute : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Attribute As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to