IssueData.Values Property¶
Gets the collection of the data values with names.
Namespace: Citrix.SDK.AppDNA.Solutions.BuildAssessment
Assembly: Citrix.SDK.AppDNA.Solutions.BuildAssessment (in Citrix.SDK.AppDNA.Solutions.BuildAssessment.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public Dictionary<string, string> Values { get; }
VB¶
Public ReadOnly Property Values As Dictionary(Of String, String)
Get
Property Value¶
Type: Dictionary(String, String)
See Also¶
Reference¶
IssueData Class
Citrix.SDK.AppDNA.Solutions.BuildAssessment Namespace