Initializes a new AttributeMetadata instance

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public AttributeMetadata(
	string name,
	PropertyMap properties
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	properties As PropertyMap _
)
Visual C++
public:
AttributeMetadata(
	String^ name, 
	PropertyMap^ properties
)

Parameters

name
Type: System..::.String
The name of the attribute
properties
Type: Endeca.Data..::.PropertyMap
The properties that describe the metadata associated with the attribute.

See Also