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)

public:
property String^ ScopeName {
	String^ get ();
}

Property Value

Type: System::String
The name of the scope for which initialization is required.
Show: