Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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