AddInManager.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
true if the Dashboard must be restarted; otherwise, false.
See Also
AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top