Gets the status of the operator. Most operators do not make use of status strings, in which case this will return an empty string.

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string Status { get; internal set; }
Public Property Status As String
	Get
	Friend Set
public:
property String^ Status {
	String^ get ();
	internal: void set (String^ value);
}

See Also