SyncParameterCollection::Add Method (String, Object)

Adds a SyncParameter to the end of the collection when given a parameter name and value.

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

public:
SyncParameter^ Add(
	String^ parameterName, 
	Object^ parameterValue
)

Parameters

parameterName
Type: System::String
The name of the SyncParameter object to add to the SyncParameterCollection.
parameterValue
Type: System::Object
The value of the SyncParameter object to add to the SyncParameterCollection.

Return Value

Type: Microsoft.Synchronization.Data::SyncParameter
A SyncParameter object for the parameter and value added.
Show: