ProductGroupProductDescriptionMask Property |
When not null specifies mask for new product descriptions for this group and its sub-groups. The mask substitutes {0}..{n} with the appropriate custom attributes.
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic MultilanguageString ProductDescriptionMask { get; set; }
Public Property ProductDescriptionMask As MultilanguageString
Get
Set
public:
property MultilanguageString^ ProductDescriptionMask {
MultilanguageString^ get ();
void set (MultilanguageString^ value);
}
member ProductDescriptionMask : MultilanguageString with get, set
Property Value
Type:
MultilanguageString
See Also