DeployManifest.XmlCompatibleFrameworks Property

Definition

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

Applies to