WebSiteUpdateConfigurationParameters.NetFrameworkVersion Property

 

Gets or sets the .NET Framework version.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public string NetFrameworkVersion { get; set; }

Property Value

Type: System.String

The .NET Framework version.

Supported values are v2.0 and v4.0.

Return to top
Show: