KnownPropertyList.IndexOf
IndexOf(PropertyDescriptor)
Determines the index of a specific item in the System.Collections.Generic.IList.
public int IndexOf(PropertyDescriptor item)
Parameter | Type | Description |
---|---|---|
item | PropertyDescriptor | The object to locate in the System.Collections.Generic.IList. |
Return Value
The index of item if found in the list; otherwise, -1.
See Also
- class PropertyDescriptor
- class KnownPropertyList
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
IndexOf(string)
Determines the index of a specific item in the System.Collections.Generic.IList.
public int IndexOf(string name)
Parameter | Type | Description |
---|---|---|
name | String | The name used to refer to the property. |
Return Value
The index of item if found in the list; otherwise, -1.
See Also
- class KnownPropertyList
- namespace Aspose.Email.Mapi
- assembly Aspose.Email