Share via


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)

Syntax

'Declaration
Public Property SkipUpgrade As Boolean
    Get
    Set
'Usage
Dim instance As UpgradeStartEventArgs
Dim value As Boolean

value = instance.SkipUpgrade

instance.SkipUpgrade = value
public bool SkipUpgrade { get; set; }
public:
property bool SkipUpgrade {
    bool get ();
    void set (bool value);
}
member SkipUpgrade : bool with get, set
function get SkipUpgrade () : boolean
function set SkipUpgrade (value : boolean)

Property Value

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

See Also

Reference

UpgradeStartEventArgs Class

Microsoft.Synchronization.MetadataStorage Namespace