ReturnCode.ReturnCodeValue Property
Applies To: Windows Server Update Services
Get/Set return-code value.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public int ReturnCodeValue { get; set; }
public:
property int ReturnCodeValue {
int get();
void set(int value);
}
member ReturnCodeValue : int with get, set
Public Property ReturnCodeValue As Integer
Property Value
Type: System.Int32
The return code value.
See Also
ReturnCode Class
Microsoft.UpdateServices.Administration Namespace
Return to top