[This is preliminary documentation and is subject to change.]
            Constructor to instantiate from parts
            
    Namespace: 
   OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public TrackerFieldListArg( string name, string val )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ name As String, _ val As String _ )  | 
| Visual C++ | 
|---|
public: TrackerFieldListArg( String^ name, String^ val )  | 
Parameters
- name
 - Type: System..::.String
The name of the list item 
- val
 - Type: System..::.String
The value of the list item 
