ConnectionManagerItems.Contains(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies if the connection manager items contains a specified stream name.
public:
bool Contains(System::String ^ streamName);
public bool Contains (string streamName);
member this.Contains : string -> bool
Public Function Contains (streamName As String) As Boolean
Parameters
- streamName
- String
The stream name.
Returns
True if the connection manager items contains a specified stream name; otherwise, false.