'Declaration
Public Overrides NotOverridable Function IsSubsetOf( _ ByVal target As IPermission _ ) As Boolean
'Usage
Dim instance As MessageQueuePermission Dim target As IPermission Dim value As Boolean value = instance.IsSubsetOf(target)
public override bool IsSubsetOf( IPermission target )
public: bool IsSubsetOf( IPermission^ target ) override
Parameters
- target
- A permission that is to be tested for the subset relationship. This permission must be of the same type as the current permission.
Return Value
true if the current permission is a subset of the specified permission; otherwise, false.