[This is preliminary documentation and is subject to change.]
Shows if the document is Active. Returns "Y" or "N".
Namespace:
OfficeClip.BusinessLayer.DesktopAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string Active { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Active As String |
Visual C++ |
---|
public: property String^ Active { String^ get (); } |