SyncParameterCollection::Remove Method (String)

Removes the first occurrence of a SyncParameter object from the collection when given a parameter name.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
void Remove(
	String^ parameterName
)

Parameters

parameterName
Type: System::String
The name of the SyncParameter object to be removed from the SyncParameterCollection.
Show: