Click or drag to resize

CustomPropertyValue  Conversion (String to CustomPropertyValue)

Performs an implicit conversion from String to CustomPropertyValue.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static implicit operator CustomPropertyValue (
	string input
)

Parameters

input
Type: SystemString
The input.

Return Value

Type: CustomPropertyValue
The result of the conversion.
See Also