GetManifestCompletedEventArgs::ProductName Property

 

Gets the name of the ClickOnce application.

Namespace:   System.Deployment.Application
Assembly:  System.Deployment (in System.Deployment.dll)

public:
property String^ ProductName {
	String^ get();
}

Property Value

Type: System::String^

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

.NET Framework
Available since 2.0
Return to top
Show: