SyncParameterCollection::Contains Method (String)

Determines whether a SyncParameter object with the specified name is in the collection.

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

public:
bool Contains(
	String^ parameterName
)

Parameters

parameterName
Type: System::String
The name of the parameter. Specify the name to determine if the SyncParameter object is in the SyncParameterCollection.

Return Value

Type: System::Boolean
Returns true if the SyncParameter object exists; otherwise, false.
Show: