Proprietà WebFolderProperties.MergeInProgress

Ottiene un valore booleano che specifica se è in corso un'unione.

Spazio dei nomi:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Sintassi

'Dichiarazione
ReadOnly Property MergeInProgress As Boolean
    Get
bool MergeInProgress { get; }
property bool MergeInProgress {
    bool get ();
}
abstract MergeInProgress : bool
function get MergeInProgress () : boolean

Valore proprietà

Tipo: System.Boolean
true se è in corso un'unione; in caso contrario false.

Note

La proprietà MergeInProgress indica se è in corso la sincronizzazione per la cartella.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebFolderProperties Interfaccia

Spazio dei nomi VsWebSite