_UserDefinedProperties.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 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.