Gets the a collection of AttributeMetadata, keyed by name.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public AttributeMetadataCollection AttributeMetadata { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property AttributeMetadata As AttributeMetadataCollection |
| Visual C++ |
|---|
public: property AttributeMetadataCollection^ AttributeMetadata { AttributeMetadataCollection^ get (); } |