Analysis.Applications Property¶
Gets an enumeration of the applications that were requested to be analyzed.
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 IEnumerable<Application> Applications { get; }
VB¶
Public ReadOnly Property Applications As IEnumerable(Of Application)
Get
Property Value¶
Type: IEnumerable(Application)