_OrderFields.Item[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an OrderField object from the collection.
public:
property Microsoft::Office::Interop::Outlook::OrderField ^ default[System::Object ^] { Microsoft::Office::Interop::Outlook::OrderField ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Outlook.OrderField this[object Index] { get; }
Default Public ReadOnly Property Item(Index As Object) As OrderField
Parameters
- Index
- Object
The 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
An OrderField object that represents the specified object.