Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the .NET Framework version.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string NetFrameworkVersion { get; set; }
public:
property String^ NetFrameworkVersion {
String^ get();
void set(String^ value);
}
member NetFrameworkVersion : string with get, set
Public Property NetFrameworkVersion As String
Property Value
Type: System.String
The .NET Framework version.
Remarks
Supported values are v2.0 and v4.0.
See Also
WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top