ReportConfiguration.Customizations Property¶
Gets a read only collection of the AlgorithmCustomization objects.
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 ReadOnlyCollection<AlgorithmCustomization> Customizations { get; }
VB¶
Public ReadOnly Property Customizations As ReadOnlyCollection(Of AlgorithmCustomization)
Get
Property Value¶
Type: ReadOnlyCollection(AlgorithmCustomization)