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)

Syntax

'Declaration
Public Overrides WriteOnly Property ScopeName As String
    Set
'Usage
Dim instance As SqlCeSyncProvider
Dim value As String

instance.ScopeName = value
public override string ScopeName { set; }
public:
virtual property String^ ScopeName {
    void set (String^ value) override;
}
abstract ScopeName : string with get, set
override ScopeName : string with get, set
override function set ScopeName (value : String)

Property Value

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

See Also

Reference

SqlCeSyncProvider Class

Microsoft.Synchronization.Data.SqlServerCe Namespace