Return the name of this Operator's container.
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: 10.6.0.0
Syntax
C# | Visual Basic | Visual C++ |
public string ContainerName { get; }
Public ReadOnly Property ContainerName As String Get
public: property String^ ContainerName { String^ get (); }