Return the name of this Operator. Operators are named and can be managed by name. This may return null during the init phase (i.e. until the first call to Resume()).

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

Return Value

the display name of the Operator, or null is it hasn't been initialized yet (i.e. before the first call to Resume()).

See Also