AddInManager.RebootRequired Property
Indicates whether the computer must be restarted.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public bool RebootRequired { get; }
public:
property bool RebootRequired {
bool get();
}
Public ReadOnly Property RebootRequired As Boolean
Property Value
Type: System.Boolean
true if the computer must be restarted; otherwise, false.
See Also
AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top