AttributeHierarchyAttribute Property  | 
 
            Gets the attribute.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic HierarchyLevelLink Attribute { get; }Public ReadOnly Property Attribute As HierarchyLevelLink
	Get
public:
virtual property HierarchyLevelLink^ Attribute {
	HierarchyLevelLink^ get () sealed;
}abstract Attribute : HierarchyLevelLink with get
override Attribute : HierarchyLevelLink with get
Property Value
Type: 
HierarchyLevelLink
            The attribute.
            
Implements
IAttributeHierarchyAttribute
See Also