Defines the product name custom attribute in the assembly manifest.
Restriction: This directive is supported for .NET COBOL only.
Syntax:
>>-----.---ILPRODUCT--"product-text"--.---><
+-NOILPRODUCT------------------+
Parameters:
-
producttext
- The name of the product
Properties:
Default:
|
NOILPRODUCT
|
IDE equivalent:
|
Click
Project
>
Properties >
Application >
Assembly Information and fill in
Product
|
Assembly manifest attribute:
|
System.Reflection.AssemblyProduct
|