Iteration.Ordinal Property

Applies To: Windows 8.1

The ordinal value of the Iteration.

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

Usage

'Usage
Dim instance As Iteration
Dim value As UInteger

value = instance.Ordinal

instance.Ordinal = value

Syntax

'Declaration
Public Property Ordinal As UInteger
public uint Ordinal { get; set; }
public:
property unsigned int Ordinal {
    unsigned int get ();
    void set (unsigned int ordinal);
}
/** @property */
public UInt32 get_Ordinal ()

/** @property */
public void set_Ordinal (UInt32 ordinal)
public function get Ordinal () : uint

public function set Ordinal (ordinal : uint)

Property Value

Returns UInt32.

Remarks

The ordinal value is the value of element Iteration/Ordinal.

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

Iteration Class
Iteration Members
Microsoft.Assessments.Runtime Namespace