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