Return the display name of this Operator. The display name is the String that's shown in the list of available Operators.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string DisplayName { get; }
Public ReadOnly Property DisplayName As String
	Get
public:
property String^ DisplayName {
	String^ get ();
}

See Also