CustomPropertyAllowedValueLongDescription Property |
When not null, specifies a long description of the allowed value. This long description is only used as helper information when selecting values, it is not copied in the property value.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string LongDescription { get; set; }
Public Property LongDescription As String
Get
Set
public:
property String^ LongDescription {
String^ get ();
void set (String^ value);
}
member LongDescription : string with get, set
Property Value
Type:
String
See Also