[This is preliminary documentation and is subject to change.]
            Gets the name of the attribute from the metabase datatable
            
    Namespace: 
   OfficeClip.BusinessLayer.MetabaseAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public static string GetAttributeName( ref DataTable dtMetabase, int attrId )  | 
| Visual Basic (Declaration) | 
|---|
Public Shared Function GetAttributeName ( _ ByRef dtMetabase As DataTable, _ attrId As Integer _ ) As String  | 
| Visual C++ | 
|---|
public: static String^ GetAttributeName( DataTable^% dtMetabase, int attrId )  | 
Parameters
- dtMetabase
 - Type: System.Data..::.DataTable%
The Metabase table 
- attrId
 - Type: System..::.Int32
The unique id of the attribute 
