CustomPropertiesCollectionItem Property (CustomProperty) |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomPropertyValue this[
CustomProperty property
] { get; set; }
Public Property Item (
property As CustomProperty
) As CustomPropertyValue
Get
Set
public:
property CustomPropertyValue^ Item[CustomProperty^ property] {
CustomPropertyValue^ get (CustomProperty^ property);
void set (CustomProperty^ property, CustomPropertyValue^ value);
}
member Item : CustomPropertyValue with get, set
Parameters
- property
- Type: Aloe.EnterpriseOne.Model.GeneralCustomProperty
The property to get or set.
Property Value
Type:
CustomPropertyValue
The
CustomPropertyValue.
See Also