AttributeStringList.ReplaceString Method¶
Replaces one string with another.
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 ReplaceString(
string existingValue,
string newValue
)
VB¶
Public Sub ReplaceString (
existingValue As String,
newValue As String
)
Parameters¶
- existingValue
- Type: System.String
The string to replace in the list. If it doesn't exist, then the newValue string is added to the list. - newValue
- Type: System.String
The string that will replace existingValue
Remarks¶
Any ApplicationAttribute(T) referencing the old string will reference the new string.