XenSolutionReport.ByCategory Property¶
Gets the collection of applications by category.
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public Dictionary<XenReportApplicationCategory, XenReportedApplicationCollection> ByCategory { get; }
VB¶
Public ReadOnly Property ByCategory As Dictionary(Of XenReportApplicationCategory, XenReportedApplicationCollection)
Get
Property Value¶
Type: Dictionary(XenReportApplicationCategory, XenReportedApplicationCollection)
See Also¶
Reference¶
XenSolutionReport Class
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace