CompatibleFramework.TargetVersion Property

Definition

Specifies the version of the .NET Framework where an application can install and run.

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

Property Value

A string that represents the version.

Applies to