Configuration of this rule.

Note that the values of the QueryConfig object must be set via its individual properties (Table, Predicate, etc.); using the QueryString property will result in an exception being thrown as it is currently unsupported.

Namespace: StreamBase.LiveView.API.Alerts
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
QueryConfig AlertQueryConfig { get; set; }
Property AlertQueryConfig As QueryConfig
	Get
	Set
property QueryConfig^ AlertQueryConfig {
	QueryConfig^ get ();
	void set (QueryConfig^ value);
}

Exceptions

ExceptionCondition
StreamBase.LiveView.API..::..LiveViewExceptionWhen trying to set a QueryConfig object on which the QueryString was explicitly set.

See Also