The container name component of the URI. May return an empty string if no container was specified.

Namespace: StreamBase.SB.Client
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string Container { get; }
Public ReadOnly Property Container As String
	Get
public:
property String^ Container {
	String^ get ();
}

See Also