_OrderFields.Item Property
Returns an OrderField object from the collection.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Default Property Item ( _
Index As Object _
) As OrderField
Get
'Usage
Dim instance As _OrderFields
Dim Index As Object
Dim value As OrderField
value = instance(Index)
[DispIdAttribute()]
OrderField this[
Object Index
] { get; }
Parameters
Index
Type: System.ObjectThe value can be a one-based integer that indexes an OrderField object in the OrderFields collection, a string that matches the ViewXMLSchemaName property value of an OrderField object in the collection, or a field name as displayed in the Field Chooser.
Property Value
Type: Microsoft.Office.Interop.Outlook.OrderField
An OrderField object that represents the specified object.