Initializes a new AttributeMetadata instance
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
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.





