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.2.0

Syntax

C#
public bool IsAdHocAllowed { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsAdHocAllowed As Boolean
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