_UserDefinedProperties.Item[Object] Property

Definition

Returns an Object from the collection.

public:
 property Microsoft::Office::Interop::Outlook::UserDefinedProperty ^ default[System::Object ^] { Microsoft::Office::Interop::Outlook::UserDefinedProperty ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Outlook.UserDefinedProperty this[object Index] { get; }
Default Public ReadOnly Property Item(Index As Object) As UserDefinedProperty

Parameters

Index
Object

Either an Integer (int in C#) value that represents the 1-based index number of an object in the collection, or a String (string in C#) value that represents the Name property value of an object in the collection.

Property Value

A UserDefinedProperty object that represents the specified object.

Applies to