[This is preliminary documentation and is subject to change.]
True if the tracker item is secure
Namespace:
OfficeClip.BusinessLayer.Extranet.UserAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool IsSecure { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsSecure As Boolean |
Visual C++ |
---|
public: property bool IsSecure { bool get (); void set (bool value); } |