SqlCeSyncScopeProvisioning.ScopeName Property

Gets the name of the scope that this object represents.

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

Syntax

'Declaration
Public ReadOnly Property ScopeName As String
    Get
'Usage
Dim instance As SqlCeSyncScopeProvisioning
Dim value As String

value = instance.ScopeName
public string ScopeName { get; }
public:
property String^ ScopeName {
    String^ get ();
}
member ScopeName : string
function get ScopeName () : String

Property Value

Type: System.String
The name of the scope that this object represents.

See Also

Reference

SqlCeSyncScopeProvisioning Class

Microsoft.Synchronization.Data.SqlServerCe Namespace