AppVSolutionWorkflow.Applications Property¶
Gets the application states.
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 ObservableCollection<ApplicationWorkflow> Applications { get; }
VB¶
Public ReadOnly Property Applications As ObservableCollection(Of ApplicationWorkflow)
Get
Property Value¶
Type: ObservableCollection(ApplicationWorkflow)
The application states.
See Also¶
Reference¶
AppVSolutionWorkflow Class
Citrix.SDK.AppDNA.Solutions.AppV.Workflow Namespace