RequisitionLineProductDescription Property |
The description of the required product. When Product is set, this is copied initially from the product name. When Product is null, this contains the manually entered description of the desired product.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic MultilanguageString ProductDescription { get; set; }
Public Property ProductDescription As MultilanguageString
Get
Set
public:
property MultilanguageString^ ProductDescription {
MultilanguageString^ get ();
void set (MultilanguageString^ value);
}
member ProductDescription : MultilanguageString with get, set
Property Value
Type:
MultilanguageString
See Also