SyncParameter::Value Property

Gets or sets the value of the parameter.

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

public:
property Object^ Value {
	Object^ get ();
	void set (Object^ value);
}

Property Value

Type: System::Object
The value of the parameter.
Show: