AssemblyProductAttribute(String) Constructor

Definition

Initializes a new instance of the AssemblyProductAttribute class.

public:
 AssemblyProductAttribute(System::String ^ product);
public AssemblyProductAttribute (string product);
new System.Reflection.AssemblyProductAttribute : string -> System.Reflection.AssemblyProductAttribute
Public Sub New (product As String)

Parameters

product
String

The product name information.

Applies to

See also