CompatibleFrameworks.Frameworks Property

Definition

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.

Applies to

See also