[This is preliminary documentation and is subject to change.]

true if the user is an external user, false otherwise

Namespace:  OfficeClip.BusinessLayer.Extranet
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsExternalUser { get; set; }
Visual Basic (Declaration)
Public Property IsExternalUser As Boolean
Visual C++
public:
property bool IsExternalUser {
	bool get ();
	void set (bool value);
}

See Also