AssessmentEndEventArgs.ExitCode Property
Applies To: Windows 8.1
The exit code returned by the assessment process.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As AssessmentEndEventArgs
Dim value As UInteger
value = instance.ExitCode
Syntax
'Declaration
Public ReadOnly Property ExitCode As UInteger
public uint ExitCode { get; }
public:
property unsigned int ExitCode {
unsigned int get ();
}
/** @property */
public UInt32 get_ExitCode ()
public function get ExitCode () : uint
Property Value
Returns UInt32.
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
AssessmentEndEventArgs Class
AssessmentEndEventArgs Members
Microsoft.Assessments.Hosting Namespace