Share via


AddInOperationCompletedEventArgs.RestartDashboard Property

 

Indicates whether the Dashboard must be restarted.

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

Syntax

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

Property Value

Type: System.Boolean

If true, the Dashboard must be restarted; otherwise, false.

See Also

AddInOperationCompletedEventArgs Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top