'DeclarationPublic Sub IntersectWith( _ ByVal other As UAPermissionAssignment, _ Optional ByVal removeEmptyPermissions As Boolean _ )
'UsageDim instance As UAPermissionAssignment Dim other As UAPermissionAssignment Dim removeEmptyPermissions As Boolean instance.IntersectWith(other, removeEmptyPermissions)
public void IntersectWith( UAPermissionAssignment other, bool removeEmptyPermissions )
public: void IntersectWith( UAPermissionAssignment^ other, bool removeEmptyPermissions )
Parameters
- other
- The other permission assignment to intersect with.
The value of this parameter cannot be
null(Nothingin Visual Basic). - removeEmptyPermissions
- Specifies whether roles with no permissions remaining after the intersection should be removed from the current assignment. If
true, such roles are removed; otherwise, they are retained.