Share via


SqlCeSyncProvider.ScopeName Property

Gets or sets the name of the scope to synchronize.

This property is not CLS-compliant.  

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
'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;
}
/** @property */
public void set_ScopeName (String value)
public override function set ScopeName (value : String)

Property Value

The name of the scope, which is a set of objects to synchronize.

See Also

Reference

SqlCeSyncProvider Class
SqlCeSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace