Share via


AnalyzeResultsInfo.Error Property

Applies To: Windows 8.1

The job execution error value, expressed as one of the values in JobExecutionError.

Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As AnalyzeResultsInfo
Dim value As JobExecutionError

value = instance.Error

instance.Error = value

Syntax

'Declaration
Public Property Error As JobExecutionError
public JobExecutionError Error { get; set; }
public:
property JobExecutionError Error {
    JobExecutionError get ();
    void set (JobExecutionError __set_formal);
}
/** @property */
public JobExecutionError get_Error ()

/** @property */
public void set_Error (JobExecutionError __set_formal)
public function get Error () : JobExecutionError

public function set Error (__set_formal : JobExecutionError)

Property Value

Returns JobExecutionError.

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

AnalyzeResultsInfo Class
AnalyzeResultsInfo Members
Microsoft.Assessments.Hosting Namespace