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

Determines whether the user is the Extranet user

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
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);
}

See Also