InvoiceDetailInfoProductCode Property
Namespace: Ignition.Commerce.AccountingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("prd_code")]
public string ProductCode { get; protected set; }
<NetForumFieldAttribute("prd_code")>
Public Property ProductCode As String
Get
Protected Set
public:
[NetForumFieldAttribute(L"prd_code")]
virtual property String^ ProductCode {
String^ get () sealed;
protected: void set (String^ value) sealed;
}
[<NetForumFieldAttribute("prd_code")>]
abstract ProductCode : string with get, set
[<NetForumFieldAttribute("prd_code")>]
override ProductCode : string with get, set
Property Value
String