Click or drag to resize

CustomPropertiesCollectionGetAttributeCode Method

Gets the attribute code of the custom property with the specified code.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public string GetAttributeCode(
	string customPropertyCode
)

Parameters

customPropertyCode
Type: SystemString
The custom property code.

Return Value

Type: String
The attribute code.
See Also