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

See Also