GetManifestCompletedEventArgs.ProductName Property

Definition

Gets the name of the ClickOnce application.

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

Property Value

A String representing the product name of the ClickOnce application, as stored in the assembly metadata of the application's main executable file.

Applies to