DbBeginSnapshotInitializationEventArgs.ScopeName Property
Gets the name of the scope for which initialization is required.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property ScopeName As String
'Usage
Dim instance As DbBeginSnapshotInitializationEventArgs
Dim value As String
value = instance.ScopeName
public string ScopeName { get; }
public:
property String^ ScopeName {
String^ get ();
}
/** @property */
public String get_ScopeName ()
public function get ScopeName () : String
Property Value
The name of the scope for which initialization is required.
See Also
Reference
DbBeginSnapshotInitializationEventArgs Class
DbBeginSnapshotInitializationEventArgs Members
Microsoft.Synchronization.Data Namespace