Skip to content

ApplicationGrouping.Remove Method (IEnumerable(Application))

Removes applications from this grouping.

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public void Remove(
    IEnumerable<Application> applications
)

VB

Public Sub Remove ( 
    applications As IEnumerable(Of Application)
)

Parameters

 

applications
Type: System.Collections.Generic.IEnumerable(Application)
The application objects to remove from this grouping.

See Also

Reference

ApplicationGrouping Class
Remove Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?