Delen via


WebFolderProperties.MergeInProgress Property

Gets a Boolean value specifying whether a merge is in progress.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
ReadOnly Property MergeInProgress As Boolean
'Usage
Dim instance As WebFolderProperties 
Dim value As Boolean 

value = instance.MergeInProgress
bool MergeInProgress { get; }
property bool MergeInProgress {
    bool get ();
}
function get MergeInProgress () : boolean

Property Value

Type: System.Boolean
true if a merge is in progress; otherwise, false.

Remarks

The MergeInProgress indicates whether synchronization is in progress for the folder.

.NET Framework Security

See Also

Reference

WebFolderProperties Interface

WebFolderProperties Members

VsWebSite Namespace