Share via


USDStackPanel.ApplicationList Property

Definition

Gets the list of hosted applications.

public:
 property System::Collections::Generic::List<Microsoft::Uii::Csr::IHostedApplication ^> ^ ApplicationList { System::Collections::Generic::List<Microsoft::Uii::Csr::IHostedApplication ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Uii.Csr.IHostedApplication> ApplicationList { get; }
member this.ApplicationList : System.Collections.Generic.List<Microsoft.Uii.Csr.IHostedApplication>
Public ReadOnly Property ApplicationList As List(Of IHostedApplication)

Property Value

List of hosted applications.

Implements

Applies to