Click or drag to resize

CustomPropertyValue Constructor (String, MultilanguageString, NullableGuid)

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,
	MultilanguageString description = null,
	Nullable<Guid> valueId = null
)

Parameters

value
Type: SystemString
The value.
description (Optional)
Type: Aloe.EnterpriseOne.ModelMultilanguageString
The description.
valueId (Optional)
Type: SystemNullableGuid
The value identifier.
See Also