ApplicationWorkflow.RequiredApplications Property¶
Gets the required applications.
Namespace: Citrix.SDK.AppDNA.Solutions.AppV.Workflow
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public List<ApplicationWorkflow> RequiredApplications { get; }
VB¶
Public ReadOnly Property RequiredApplications As List(Of ApplicationWorkflow)
Get
Property Value¶
Type: List(ApplicationWorkflow)
The required applications.
See Also¶
Reference¶
ApplicationWorkflow Class
Citrix.SDK.AppDNA.Solutions.AppV.Workflow Namespace