SecurityException.PermissionType 属性

定义

获取或设置失败的权限类型。

public:
 property Type ^ PermissionType { Type ^ get(); void set(Type ^ value); };
public:
 property Type ^ PermissionType { Type ^ get(); };
public Type? PermissionType { get; set; }
public Type PermissionType { get; set; }
public Type PermissionType { get; }
member this.PermissionType : Type with get, set
member this.PermissionType : Type
Public Property PermissionType As Type
Public ReadOnly Property PermissionType As Type

属性值

失败的权限类型。

适用于