Skip to content

AttributeStringList.AddString Method

Adds a string to the list of strings.

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 AddString(
    string value
)

VB

Public Sub AddString ( 
    value As String
)

Parameters

 

value
Type: System.String
The string to be added. Will not be added if it already exists. Comparison is case insensitive.

See Also

Reference

AttributeStringList Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?