Share via


ProgressUpdateEventArgs.ProgressValue Property

Applies To: Windows 8.1

An integer value that is interpreted according to the AxeProgressType enumeration.

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

Usage

'Usage
Dim instance As ProgressUpdateEventArgs
Dim value As UInteger

value = instance.ProgressValue

Syntax

'Declaration
Public ReadOnly Property ProgressValue As UInteger
public uint ProgressValue { get; }
public:
property unsigned int ProgressValue {
    unsigned int get ();
}
/** @property */
public UInt32 get_ProgressValue ()
public function get ProgressValue () : 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

ProgressUpdateEventArgs Class
ProgressUpdateEventArgs Members
Microsoft.Assessments.Hosting Namespace