HostProtectionAttribute.Resources 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 flags specifying categories of functionality that are potentially harmful to the host.
public:
property System::Security::Permissions::HostProtectionResource Resources { System::Security::Permissions::HostProtectionResource get(); void set(System::Security::Permissions::HostProtectionResource value); };
public System.Security.Permissions.HostProtectionResource Resources { get; set; }
member this.Resources : System.Security.Permissions.HostProtectionResource with get, set
Public Property Resources As HostProtectionResource
Property Value
A bitwise combination of the HostProtectionResource values. The default is None.
Remarks
The HostProtectionResource flags specify the resources exposed by the method or class that are potentially harmful to the host.