Click or drag to resize

CustomPropertiesCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public IEnumerator<KeyValuePair<CustomProperty, CustomPropertyValue>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairCustomProperty, CustomPropertyValue
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also