XamlDataDrivenToolTask.AcceptableNonZeroExitCodes Property

Definition

Retrieves the list of acceptable non-zero exit codes.

public:
 virtual property cli::array <System::String ^> ^ AcceptableNonZeroExitCodes { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public virtual string[] AcceptableNonZeroExitCodes { get; set; }
public virtual string[] AcceptableNonZeroExitCodes { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.AcceptableNonZeroExitCodes : string[] with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.AcceptableNonZeroExitCodes : string[] with get, set
Public Overridable Property AcceptableNonZeroExitCodes As String()

Property Value

String[]

An array of non-zero codes

Attributes

Applies to