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

Whether the proxy feature is enabled

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

See Also