Click or drag to resize

CustomPropertyValue Constructor (String)

Initializes a new instance of the CustomPropertyValue class.

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

Parameters

value
Type: SystemString
The value.
See Also