Gets an indicator of whether or not this user has access to the ad hoc query tool

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public bool IsAdHocAllowed { get; }
Visual Basic
Public ReadOnly Property IsAdHocAllowed As Boolean
	Get
Visual C++
public:
property bool IsAdHocAllowed {
	bool get ();
}

Field Value

True if the user has access to the ad hoc query tool. False if not.

See Also