AttributeStringListService.Create Method¶
Creates an 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 Create(
string name,
string description,
IEnumerable<string> strings
)
VB¶
Public Function Create (
name As String,
description As String,
strings As IEnumerable(Of String)
) As AttributeStringList
Parameters¶
- name
- Type: System.String
The name of the AttributeStringList. - description
- Type: System.String
The description of the AttributeStringList. - strings
- Type: System.Collections.Generic.IEnumerable(String)
A collection of strings that are to comprise the AttributeStringList.
Return Value¶
Type: AttributeStringList
The newly created AttributeStringList object.