Share via


ClmValidationException.HResult Property

Gets or sets the result of the validation operation.

Namespace: Microsoft.Clm.Shared
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)

Usage

'Usage
Dim instance As ClmValidationException
Dim value As Integer

value = instance.HResult

instance.HResult = value

Syntax

'Declaration
Public Property HResult As Integer
public int HResult { get; set; }
public:
property int HResult {
    int get ();
    void set (int value);
}
/** @property */
public int get_HResult ()

/** @property */
public void set_HResult (int value)
public function get HResult () : int

public function set HResult (value : int)

Property Value

An integer value that indicates the result of the validation operation.

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.

Platforms

Development Platforms

Windows 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

ClmValidationException Class
ClmValidationException Members
Microsoft.Clm.Shared Namespace