CustomPropertiesCollectionItem Property (String) |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomPropertyValue this[
string customPropertyCode
] { get; set; }
Public Property Item (
customPropertyCode As String
) As CustomPropertyValue
Get
Set
public:
property CustomPropertyValue^ Item[String^ customPropertyCode] {
CustomPropertyValue^ get (String^ customPropertyCode);
void set (String^ customPropertyCode, CustomPropertyValue^ value);
}
member Item : CustomPropertyValue with get, set
Parameters
- customPropertyCode
- Type: SystemString
The custom property code.
Property Value
Type:
CustomPropertyValue
The
CustomPropertyValue.
Return Value
Type:
CustomPropertyValueThe value of the custom property.
Exceptions
See Also