CustomPropertiesCollectionTryGet Method |
Tries to get the value of the specified custom property. Returns null if not successful for any reason.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomPropertyValue TryGet(
string customPropertyCode
)
Public Function TryGet (
customPropertyCode As String
) As CustomPropertyValue
public:
CustomPropertyValue^ TryGet(
String^ customPropertyCode
)
member TryGet :
customPropertyCode : string -> CustomPropertyValue
Parameters
- customPropertyCode
- Type: SystemString
The custom property code.
Return Value
Type:
CustomPropertyValueThe value of the custom property or null if the get failed.
See Also