AspNetHostingPermission.Level-Eigenschaft
Ruft die aktuelle Hostberechtigungsebene für eine ASP.NET-Anwendung ab oder legt diese fest.
Namespace: System.Web
Assembly: System (in system.dll)
Syntax
'Declaration
Public Property Level As AspNetHostingPermissionLevel
'Usage
Dim instance As AspNetHostingPermission
Dim value As AspNetHostingPermissionLevel
value = instance.Level
instance.Level = value
public AspNetHostingPermissionLevel Level { get; set; }
public:
property AspNetHostingPermissionLevel Level {
AspNetHostingPermissionLevel get ();
void set (AspNetHostingPermissionLevel value);
}
/** @property */
public AspNetHostingPermissionLevel get_Level ()
/** @property */
public void set_Level (AspNetHostingPermissionLevel value)
public function get Level () : AspNetHostingPermissionLevel
public function set Level (value : AspNetHostingPermissionLevel)
Eigenschaftenwert
Einer der AspNetHostingPermissionLevel-Enumerationswerte.
Plattformen
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1
Siehe auch
Referenz
AspNetHostingPermission-Klasse
AspNetHostingPermission-Member
System.Web-Namespace