[This is preliminary documentation and is subject to change.]
Returns true if user is a Extranet User
Namespace:
OfficeClip.BusinessLayer.AccountAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool IsExtranetUser { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsExtranetUser As Boolean |
Visual C++ |
---|
public: property bool IsExtranetUser { bool get (); void set (bool value); } |