XamlDataDrivenToolTask.AcceptableNonZeroExitCodes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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