Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
IAttributeMap IAttributeMapProvider.Attributes { get; }
Visual Basic (Declaration)
Private ReadOnly Property Attributes As IAttributeMap
	Implements IAttributeMapProvider.Attributes
Visual C++
private:
virtual property IAttributeMap^ Attributes {
	IAttributeMap^ get () sealed = IAttributeMapProvider::Attributes::get;
}

Implements

IAttributeMapProvider..::.Attributes

See Also