Click or drag to resize

CustomPropertiesCollectionItem Property (String)

Gets or sets the CustomPropertyValue with the specified custom property code.

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

Parameters

customPropertyCode
Type: SystemString
The custom property code.

Property Value

Type: CustomPropertyValue
The CustomPropertyValue.

Return Value

Type: CustomPropertyValue
The value of the custom property.
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen the custom property is not found.
See Also