SecurityPermissionAttribute.Flags Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets all permission flags comprising the SecurityPermission permissions.
public:
property System::Security::Permissions::SecurityPermissionFlag Flags { System::Security::Permissions::SecurityPermissionFlag get(); void set(System::Security::Permissions::SecurityPermissionFlag value); };
public System.Security.Permissions.SecurityPermissionFlag Flags { get; set; }
member this.Flags : System.Security.Permissions.SecurityPermissionFlag with get, set
Public Property Flags As SecurityPermissionFlag
Property Value
One or more of the SecurityPermissionFlag values combined using a bitwise OR.
Exceptions
An attempt is made to set this property to an invalid value. See SecurityPermissionFlag for the valid values.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.