Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft