IExitCodesResult.ExitCodes Property

Definition

The Exit codes returned by a batch

public:
 property System::Collections::Generic::IReadOnlyList<int> ^ ExitCodes { System::Collections::Generic::IReadOnlyList<int> ^ get(); };
public System.Collections.Generic.IReadOnlyList<int> ExitCodes { get; }
member this.ExitCodes : System.Collections.Generic.IReadOnlyList<int>
Public ReadOnly Property ExitCodes As IReadOnlyList(Of Integer)

Property Value

Applies to