Share via


CacheHierarchy.KeyAttribute Property

Key Attribute Hierarchy.Represents the attribte in schema: keyAttribute

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "keyAttribute")> _
Public Property KeyAttribute As BooleanValue
    Get
    Set
'Usage
Dim instance As CacheHierarchy
Dim value As BooleanValue

value = instance.KeyAttribute

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CacheHierarchy Class

CacheHierarchy Members

DocumentFormat.OpenXml.Spreadsheet Namespace