Skip to content

AttributeStringListService.Delete Method

Deletes the specified AttributeStringList objects.

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 Delete(
    IEnumerable<AttributeStringList> lists
)

VB

Public Sub Delete ( 
    lists As IEnumerable(Of AttributeStringList)
)

Parameters

 

lists
Type: System.Collections.Generic.IEnumerable(AttributeStringList)
A collection of AttributeStringList objects to delete.

See Also

Reference

AttributeStringListService Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?