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
Syntaxpublic string GetAttributeCode(
string customPropertyCode
)
Public Function GetAttributeCode (
customPropertyCode As String
) As String
public:
String^ GetAttributeCode(
String^ customPropertyCode
)
member GetAttributeCode :
customPropertyCode : string -> string
Parameters
- customPropertyCode
- Type: SystemString
The custom property code.
Return Value
Type:
StringThe attribute code.
See Also