AddInManager.OperationInProgress Property

 

Indicates whether the operation is in progress.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

public bool OperationInProgress { get; }
public:
property bool OperationInProgress {
    bool get();
}
Public ReadOnly Property OperationInProgress As Boolean

Property Value

Type: System.Boolean

true if the operation is in progress; otherwise, false.

See Also

AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top