UpdateInstallResult.ErrorCode Property

 

Gets the error code from the install operation.

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

[DataMemberAttribute(IsRequired = true)]
public int ErrorCode { get; private set; }
public:
[DataMemberAttribute(IsRequired = true)]
property int ErrorCode {
    int get();
    private: void set(int value);
}
[<DataMemberAttribute(IsRequired = true)>]
member ErrorCode : int with get, private set
<DataMemberAttribute(IsRequired := True)>
Public Property ErrorCode As Integer
    Get
    Private Set
End Property

Property Value

Type: System.Int32

Returns a Int32 containing the error code from the install operation.

See Also

IClusterNodeUpdater
IClusterUpdatingPlugin
UpdateInstallResult Class
Microsoft.ClusterAwareUpdating Namespace

Return to top