Proprietà WebSiteGetConfigurationResponse.NetFrameworkVersion
Gets or sets the .NET Framework version.
Spazio dei nomi: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Utilizzo
'Utilizzo
Dim instance As WebSiteGetConfigurationResponse
Dim value As String
value = instance.NetFrameworkVersion
instance.NetFrameworkVersion = value
Sintassi
'Dichiarazione
Public Property NetFrameworkVersion As String
public string NetFrameworkVersion { get; set; }
public:
property String^ NetFrameworkVersion {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_NetFrameworkVersion ()
/** @property */
public void set_NetFrameworkVersion (String value)
public function get NetFrameworkVersion () : String
public function set NetFrameworkVersion (value : String)
Valore proprietà
The .NET Framework version.
Osservazioni
Supported values are v2.0 and v4.0.
Sicurezza dei thread
Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows 7 e Windows Server 2008
Piattaforme di destinazione
Vedere anche
Riferimento
Classe WebSiteGetConfigurationResponse
Membri WebSiteGetConfigurationResponse
Spazio dei nomi Microsoft.WindowsAzure.Management.WebSites.Models