Skip to content

AttributeStringListService.Get Method (Int32)

Note: This API is now obsolete.

Retrieves a specific AttributeStringList object.

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

Syntax

C

[ObsoleteAttribute("Use Get(long id) overload")]
public AttributeStringList Get(
    int id
)

VB

<ObsoleteAttribute("Use Get(long id) overload")>
Public Function Get ( 
    id As Integer
) As AttributeStringList

Parameters

 

id
Type: System.Int32
The Id of the AttributeStringList to retrieve.

Return Value

Type: AttributeStringList
The specified AttributeStringList object. Throws an exception if it cannot be found.

See Also

Reference

AttributeStringListService Class
Get Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?