AssemblyProductAttribute(String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de AssemblyProductAttribute klasse.

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

De productnaamgegevens.

Van toepassing op

Zie ook