Gets or sets the result of the validation operation.
Namespace: Microsoft.Clm.Shared
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As ClmValidationException
Dim value As Integer

value = instance.HResult

instance.HResult = value

Syntax

Visual Basic
Public Property HResult As Integer
C#
public int HResult { get; set; }
C++
public:
property int HResult {
		int get ();
		void set (int value);
}
J#
/** @property */
public int get_HResult ()

/** @property */
public void set_HResult (int value)
JScript
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