AttributeStringListService.Get Method¶
Retrieves all the 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 Collection<AttributeStringList> Get()
VB¶
Public Function Get As Collection(Of AttributeStringList)
Return Value¶
Type: Collection(AttributeStringList)
A collection of all the AttributeStringList objects. Modifying this collection will have no effect on AppDNA. In order to create or delete AttributeStringList, call the methods in the AttributeStringList class.
See Also¶
Reference¶
AttributeStringListService Class
Get Overload
Citrix.SDK.AppDNA Namespace