ReflectionPermission.Flags Property

Definition

Gets or sets the type of reflection allowed for the current permission.

public:
 property System::Security::Permissions::ReflectionPermissionFlag Flags { System::Security::Permissions::ReflectionPermissionFlag get(); void set(System::Security::Permissions::ReflectionPermissionFlag value); };
public System.Security.Permissions.ReflectionPermissionFlag Flags { get; set; }
member this.Flags : System.Security.Permissions.ReflectionPermissionFlag with get, set
Public Property Flags As ReflectionPermissionFlag

Property Value

The set flags for the current permission.

Exceptions

An attempt is made to set this property to an invalid value. See ReflectionPermissionFlag for the valid values.

Applies to