_UserDefinedProperties.Find Method
Locate a UserDefinedProperty contained in the collection.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Function Find ( _
Name As String _
) As UserDefinedProperty
'Usage
Dim instance As _UserDefinedProperties
Dim Name As String
Dim returnValue As UserDefinedProperty
returnValue = instance.Find(Name)
[DispIdAttribute()]
UserDefinedProperty Find(
string Name
)
Parameters
Name
Type: System.StringThe Name property value of the UserDefinedProperty object to find in the collection.
Return Value
Type: Microsoft.Office.Interop.Outlook.UserDefinedProperty
A UserDefinedProperty object that represents the located object, if successful; otherwise, Nothing (a null reference (Nothing in Visual Basic) in C#).
See Also
Reference
_UserDefinedProperties Interface