_TaskItem.Ordinal Property
Returns or sets an Integer (int in C#) value specifying the position in the view (ordinal) for the task. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property Ordinal As Integer
Get
Set
'Usage
Dim instance As _TaskItem
Dim value As Integer
value = instance.Ordinal
instance.Ordinal = value
int Ordinal { get; set; }
Property Value
Type: System.Int32