'Declaration
Public Overrides NotOverridable Function Intersect( _ ByVal target As IPermission _ ) As IPermission
'Usage
Dim instance As MessageQueuePermission Dim target As IPermission Dim value As IPermission value = instance.Intersect(target)
public override IPermission Intersect( IPermission target )
public: IPermission^ Intersect( IPermission^ target ) override
Parameters
- target
- A permission to intersect with the current permission. It must be of the same type as the current permission.
Return Value
A new permission that represents the intersection of the current permission and the specified permission. This new permission is null if the intersection is empty.