ProductCodeAndName Property |
Gets a string consisted of the
PartNumber and
Name separated by a colon - "{PartNumber}: {Name.CurrentString}".
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string CodeAndName { get; }
Public ReadOnly Property CodeAndName As String
Get
public:
property String^ CodeAndName {
String^ get ();
}
member CodeAndName : string with get
Property Value
Type:
String
See Also