InteropPermission.Issubsetof(CodeAccessPermission) Method
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.
Determines whether the current permission is a subset of the specified permission.
public:
override bool Issubsetof(Microsoft::Dynamics::Ax::Xpp::CodeAccessPermission ^ _target);
public override bool Issubsetof (Microsoft.Dynamics.Ax.Xpp.CodeAccessPermission _target);
override this.Issubsetof : Microsoft.Dynamics.Ax.Xpp.CodeAccessPermission -> bool
Public Overrides Function Issubsetof (_target As CodeAccessPermission) As Boolean
Parameters
- _target
- CodeAccessPermission
A CodeAccessPermission class object.
Returns
true if the current permission is a subset of the specified permission; otherwise, false.
Remarks
You override this method when you derive a class from the CodeAccessPermission class. For more information, see the isSubsetOf method.