Edit

Share via


_UserDefinedProperties.Find(String) Method

Definition

Locate a UserDefinedProperty contained in the collection.

public:
 Microsoft::Office::Interop::Outlook::UserDefinedProperty ^ Find(System::String ^ Name);
public Microsoft.Office.Interop.Outlook.UserDefinedProperty Find (string Name);
Public Function Find (Name As String) As UserDefinedProperty

Parameters

Name
String

The Name property value of the UserDefinedProperty object to find in the collection.

Returns

A UserDefinedProperty object that represents the located object, if successful; otherwise, Nothing (a null reference (Nothing in Visual Basic) in C#).

Applies to