[This is preliminary documentation and is subject to change.]
Whether the history will be shown on the viewedit screen
Namespace:
OfficeClip.BusinessLayer.Framework.ProfileAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool IsShowHistory { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsShowHistory As Boolean |
Visual C++ |
---|
public: property bool IsShowHistory { bool get (); void set (bool value); } |