AttributeStringListService.Get Method (Int64)¶
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¶
public AttributeStringList Get(
long id
)
VB¶
Public Function Get (
id As Long
) As AttributeStringList
Parameters¶
- id
- Type: System.Int64
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