ConnectionManagerItems.Remove(String) Method

Definition

Remove specified connection manager item from ConnectionManagerItems

public:
 bool Remove(System::String ^ streamName);
public bool Remove (string streamName);
member this.Remove : string -> bool
Public Function Remove (streamName As String) As Boolean

Parameters

streamName
String

Specifies the stream name of connection manager item to be removed.

Returns

true if connection manager item is removed successfully.

Applies to