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 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