DeployManifest.CompatibleFrameworks 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.
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.