ServerGroupCollection.Remove(String) Method

Definition

Removes a ServerGroup object from the ServerGroupCollection object.

public:
 void Remove(System::String ^ key);
public void Remove (string key);
member this.Remove : string -> unit
Public Sub Remove (key As String)

Parameters

key
String

A String value that specifies the name of the server group that is to be removed from the collection.

Examples

Using Collections

Applies to