ReturnCode Class
Applies To: Windows Server Update Services
Represents installation return code.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.ReturnCode
Syntax
public class ReturnCode
public ref class ReturnCode
type ReturnCode = class end
Public Class ReturnCode
Constructors
Name | Description | |
---|---|---|
ReturnCode() | Default constructor. |
Properties
Name | Description | |
---|---|---|
Description | Get/Set description Note: Language must be set before Description. Otherwise an InvalidOperationException will be thrown. |
|
InstallationResult | Get/Set installation result that is mapped to the return code. |
|
IsRebootRequired | Get/Set whether a reboot is required if this return code is received. |
|
Language | Get/Set the Language of the return code description. |
|
ReturnCodeValue | Get/Set return-code value. |
|
SupportedLanguage | Get supported languages. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top