Return the short display name of this Operator. This short display name is the String displayed by Studio in the palette, and used to name new instances of this Operator to an EventFlow application.

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 ShortDisplayName { get; }
Public ReadOnly Property ShortDisplayName As String
	Get
public:
property String^ ShortDisplayName {
	String^ get ();
}

See Also