IConfigurationManagerInternal.ExeProductVersion Property

Definition

Gets the product version of the application based on the entry assembly.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

A string value representing the product version of the application.

Applies to