SqlSyncProviderFilterParameter::Value Property

Gets or set the value of the filter parameter.

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

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

Property Value

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

The value of the filter parameter is passed to the select_changes stored procedure to control which items are enumerated during synchronization.

Show: