DeployManifest.XmlCompatibleFrameworks 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 or sets the array of XML elements that represent the versions of the .NET Framework that an application can run on.
public:
property cli::array <Microsoft::Build::Tasks::Deployment::ManifestUtilities::CompatibleFramework ^> ^ XmlCompatibleFrameworks { cli::array <Microsoft::Build::Tasks::Deployment::ManifestUtilities::CompatibleFramework ^> ^ get(); void set(cli::array <Microsoft::Build::Tasks::Deployment::ManifestUtilities::CompatibleFramework ^> ^ value); };
[System.ComponentModel.Browsable(false)]
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.CompatibleFramework[] XmlCompatibleFrameworks { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.XmlCompatibleFrameworks : Microsoft.Build.Tasks.Deployment.ManifestUtilities.CompatibleFramework[] with get, set
Public Property XmlCompatibleFrameworks As CompatibleFramework()
Property Value
A CompatibleFramework class that represents the versions of the .NET Framework than an application can run on.
- Attributes