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.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 11.1.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 (); }