Returns 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 GetContainer()
Public Function GetContainer As String
public:
String^ GetContainer()

See Also