Share via


CommandLineItem.ReturnCodes Property

 

Applies To: Windows Server Update Services

Gets a list of return codes that the executable is expected to return.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public IList<ReturnCode> ReturnCodes { get; }
public:
property IList<ReturnCode^>^ ReturnCodes {
    IList<ReturnCode^>^ get();
}
member ReturnCodes : IList<ReturnCode> with get
Public ReadOnly Property ReturnCodes As IList(Of ReturnCode)

Property Value

Type: System.Collections.Generic.IList<ReturnCode>

The list of ReturnCode objects that the executable is expected to return, and how those codes should be interpreted.

See Also

CommandLineItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top