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
System_CAPS_pubmethod ReturnCode()

Default constructor.

Properties

Name Description
System_CAPS_pubproperty Description

Get/Set description Note: Language must be set before Description. Otherwise an InvalidOperationException will be thrown.

System_CAPS_pubproperty InstallationResult

Get/Set installation result that is mapped to the return code.

System_CAPS_pubproperty IsRebootRequired

Get/Set whether a reboot is required if this return code is received.

System_CAPS_pubproperty Language

Get/Set the Language of the return code description.

System_CAPS_pubproperty ReturnCodeValue

Get/Set return-code value.

System_CAPS_pubproperty SupportedLanguage

Get supported languages.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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