SyncParameterCollection::Item Property (String)

Gets 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:
property SyncParameter^ default[String^ parameterName] {
	SyncParameter^ get (String^ parameterName);
}

Parameters

parameterName
Type: System::String
The name of the SyncParameter object to get from the SyncParameterCollection.

Property Value

Type: Microsoft.Synchronization.Data::SyncParameter
A SyncParameter object with the specified parameter name.

ExceptionCondition
ArgumentNullException

parameterName is a nullptr.

Show: