|
ServiceInstallerExFailRebootMessage Property
|
Sets the service fail reboot message.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.205-beta
Syntax public string FailRebootMessage { set; }
Public WriteOnly Property FailRebootMessage As String
Set
public:
property String^ FailRebootMessage {
void set (String^ value);
}
member FailRebootMessage : string with set
function set_FailRebootMessage(value);
View SourceProperty Value
StringSee Also