[This is preliminary documentation and is subject to change.]
Shows if the creator of the case is an external user. That is if the user has created
the case without logging into OfficeClip.
Namespace:
OfficeClip.BusinessLayer.TrackerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool IsExternal { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsExternal As Boolean |
Visual C++ |
---|
public: property bool IsExternal { bool get (); void set (bool value); } |