[This is preliminary documentation and is subject to change.]
Shows if the timesheet is exported. Valid values are "Y" (means exported) and "N" (not exported).
Namespace:
OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string IsExported { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsExported As String |
Visual C++ |
---|
public: property String^ IsExported { String^ get (); void set (String^ value); } |