IExitCodesResult.ExitCodes 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.
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)