ErrorWarning.Hresult Property
Applies To: Windows 8.1
Gets the HRESULT value of this item.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As ErrorWarning
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 hresult);
}
/** @property */
public int get_Hresult ()
/** @property */
public void set_Hresult (int hresult)
public function get Hresult () : int
public function set Hresult (hresult : int)
Property Value
Returns Int32.
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 8.1
See Also
Reference
ErrorWarning Class
ErrorWarning Members
Microsoft.Assessments.Runtime Namespace