[This is preliminary documentation and is subject to change.]
True if the dcaa tracking is activated, under DCAA tracking all changes are recorded and
the comments are mandatory when a timesheet is edited.
Namespace:
OfficeClip.BusinessLayer.Framework.ProfileAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool IsDCAA { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsDCAA As Boolean |
Visual C++ |
---|
public: property bool IsDCAA { bool get (); void set (bool value); } |