ProductGroupRequiredPropertyDefaultPropertyValueDescription Property |
When not null, specifies the default description value of the property, for new products in the group.
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string DefaultPropertyValueDescription { get; set; }
Public Property DefaultPropertyValueDescription As String
Get
Set
public:
property String^ DefaultPropertyValueDescription {
String^ get ();
void set (String^ value);
}
member DefaultPropertyValueDescription : string with get, set
Property Value
Type:
String
See Also