DeployManifest.CompatibleFrameworks Property

Definition

A collection of CompatibleFrameworks

public:
 property Microsoft::Build::Tasks::Deployment::ManifestUtilities::CompatibleFrameworkCollection ^ CompatibleFrameworks { Microsoft::Build::Tasks::Deployment::ManifestUtilities::CompatibleFrameworkCollection ^ get(); };
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.CompatibleFrameworkCollection CompatibleFrameworks { get; }
member this.CompatibleFrameworks : Microsoft.Build.Tasks.Deployment.ManifestUtilities.CompatibleFrameworkCollection
Public ReadOnly Property CompatibleFrameworks As CompatibleFrameworkCollection

Property Value

A CompatibleFrameworkCollection class that represents the versions of the .NET Framework that an application can run on.

Applies to