AssemblyProductAttribute.Product Property

Definition

Gets product name information.

public:
 property System::String ^ Product { System::String ^ get(); };
public string Product { get; }
member this.Product : string
Public ReadOnly Property Product As String

Property Value

A string containing the product name.

Applies to

See also