CompatibleFrameworks.Frameworks 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 a list of .NET Framework versions on which this application can install and run.
public:
property System::Collections::Generic::IList<System::Deployment::Application::CompatibleFramework ^> ^ Frameworks { System::Collections::Generic::IList<System::Deployment::Application::CompatibleFramework ^> ^ get(); };
public System.Collections.Generic.IList<System.Deployment.Application.CompatibleFramework> Frameworks { get; }
member this.Frameworks : System.Collections.Generic.IList<System.Deployment.Application.CompatibleFramework>
Public ReadOnly Property Frameworks As IList(Of CompatibleFramework)
Property Value
A list of CompatibleFramework objects that specify the .NET Framework versions on which this application can install and run.