SqlSyncScopeProvisioning.ScopeName Property

Gets the name of the scope or template that this object represents.

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

Syntax

'Declaration
Public ReadOnly Property ScopeName As String
    Get
'Usage
Dim instance As SqlSyncScopeProvisioning
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 or template that this object represents.

See Also

Reference

SqlSyncScopeProvisioning Class

Microsoft.Synchronization.Data.SqlServer Namespace