The Java class name of the action to execute.

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

Collapse imageSyntax

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

Collapse imageSee Also