SyncParameterCollection::Add Method (String, Object)
Adds a SyncParameter to the end of the collection when given a parameter name and value.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
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::SyncParameterA SyncParameter object for the parameter and value added.
Show: