CustomPropertyValue Constructor (String) |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomPropertyValue(
string value
)
Public Sub New (
value As String
)
public:
CustomPropertyValue(
String^ value
)
new :
value : string -> CustomPropertyValue
Parameters
- value
- Type: SystemString
The value.
See Also