ApplicationAttribute.StringValue Property¶
Note: This API is now obsolete.
Retrieves the string value assigned to this ApplicationAttribute.
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("Property is obsolete, use ApplicationAttribute{T} instead")]
public string StringValue { get; }
VB¶
<ObsoleteAttribute("Property is obsolete, use ApplicationAttribute{T} instead")>
Public ReadOnly Property StringValue As String
Get
Return Value¶
Type: String
The string value of this ApplicationAttribute if the ApplicationAttributeDefinition.DataType is String or StringList. Throws an exception otherwise.