CustomPropertyValueDescription Property |
Gets the description of the custom property value.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic MultilanguageString Description { get; }
Public ReadOnly Property Description As MultilanguageString
Get
public:
property MultilanguageString^ Description {
MultilanguageString^ get ();
}
member Description : MultilanguageString with get
Property Value
Type:
MultilanguageString
The description.
See Also