UpgradeStartEventArgs::SkipUpgrade Property

Gets or sets a value that indicates whether the metadata store upgrade can be performed.

Namespace:  Microsoft.Synchronization.MetadataStorage
Assembly:  Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)

public:
property bool SkipUpgrade {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true when the metadata store upgrade cannot be performed. Otherwise, false.
Show: