[This is preliminary documentation and is subject to change.]
            The system generated unique identifier for the tracker case.
            
    Namespace: 
   OfficeClip.BusinessLayer.TrackerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public int CaseId { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property CaseId As Integer  | 
| Visual C++ | 
|---|
public: property int CaseId { int get (); void set (int value); }  | 
