GetManifestCompletedEventArgs.ProductName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.