CustomPropertiesCollectionGetPropertyValue Method |
Gets the property value for the specified property. Returns null if the value is not found.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PropertyValue GetPropertyValue(
CustomProperty property
)
Public Function GetPropertyValue (
property As CustomProperty
) As PropertyValue
public:
PropertyValue^ GetPropertyValue(
CustomProperty^ property
)
member GetPropertyValue :
property : CustomProperty -> PropertyValue
Parameters
- property
- Type: Aloe.EnterpriseOne.Model.GeneralCustomProperty
The property.
Return Value
Type:
PropertyValueThe property value.
See Also