[This is preliminary documentation and is subject to change.]
            Constructor to create an instance from the tracker case information
            
    Namespace: 
   OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public OCTrackerCase( TrackerCaseInfo tci )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ tci As TrackerCaseInfo _ )  | 
| Visual C++ | 
|---|
public: OCTrackerCase( TrackerCaseInfo^ tci )  | 
Parameters
- tci
 - Type: OfficeClip.BusinessLayer.Tracker..::.TrackerCaseInfo
The tracker case information 
