'Declaration
Public Sub UnionWith( _ ByVal other As ManagedSecurityGroupParameters _ )
'Usage
Dim instance As ManagedSecurityGroupParameters Dim other As ManagedSecurityGroupParameters instance.UnionWith(other)
public void UnionWith( ManagedSecurityGroupParameters other )
public: void UnionWith( ManagedSecurityGroupParameters^ other )
Parameters
- other
- Managed security group parameters to be combined with.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).