[This is preliminary documentation and is subject to change.]
            Construct a task object from the task id
            
    Namespace: 
   OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public MetaValue( int attrId, string colName, string val )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ attrId As Integer, _ colName As String, _ val As String _ )  | 
| Visual C++ | 
|---|
public: MetaValue( int attrId, String^ colName, String^ val )  | 
Parameters
- attrId
 - Type: System..::.Int32
The unique id of the attribute 
- colName
 - Type: System..::.String
The name of the column 
- val
 - Type: System..::.String
The column value 
