SqlCeSyncProvider::ScopeName Property

Gets or sets the name of the scope to synchronize.

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

public:
virtual property String^ ScopeName {
	void set (String^ value) override;
}

Property Value

Type: System::String
The name of the scope, which is a set of objects to synchronize.
Show: