Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Function Add ( _
parameterName As String, _
parameterValue As Object _
) As SyncParameter
public SyncParameter Add (
string parameterName,
Object parameterValue
)
public:
SyncParameter^ Add (
String^ parameterName,
Object^ parameterValue
)
public SyncParameter Add (
String parameterName,
Object parameterValue
)
public function Add (
parameterName : String,
parameterValue : Object
) : SyncParameter
Parameters
- parameterName
The name of the SyncParameter object to add to the SyncParameterCollection.
- parameterValue
The value of the SyncParameter object to add to the SyncParameterCollection.
Return Value
A SyncParameter object for the parameter and value added.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncParameterCollection Class
SyncParameterCollection Members
Microsoft.Synchronization.Data Namespace