[This is preliminary documentation and is subject to change.]
             True if this entry is used in the timesheet
            
    Namespace: 
   OfficeClip.BusinessLayer.Framework.TrackTimeAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public bool IsMarked { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property IsMarked As Boolean  | 
| Visual C++ | 
|---|
public: property bool IsMarked { bool get (); void set (bool value); }  | 
