PreinstallCommand.IgnoreExitCode Property
Gets or sets a value that determines if the task should ignore an exit code.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 4, IsRequired = false)]
public bool IgnoreExitCode { get; set; }
public:
[DataMemberAttribute(Order = 4, IsRequired = false)]
property bool IgnoreExitCode {
bool get();
void set(bool value);
}
<DataMemberAttribute(Order := 4, IsRequired := False)>
Public Property IgnoreExitCode As Boolean
Property Value
Type: System.Boolean
true to ignore the exit code; otherwise, false.
See Also
PreinstallCommand Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top