Click or drag to resize

CustomPropertiesCollectionItem Property (CustomProperty)

Gets or sets the CustomPropertyValue of the specified property.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public CustomPropertyValue this[
	CustomProperty property
] { get; set; }

Parameters

property
Type: Aloe.EnterpriseOne.Model.GeneralCustomProperty
The property to get or set.

Property Value

Type: CustomPropertyValue
The CustomPropertyValue.
See Also