ConnectionManagerItems.Contains(String) Method

Definition

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.

Applies to