ApplicationService.GetApplications Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the applications.
public:
virtual System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Uii::Common::Entities::ApplicationRecord ^> ^ GetApplications();
public virtual System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Uii.Common.Entities.ApplicationRecord> GetApplications ();
abstract member GetApplications : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Uii.Common.Entities.ApplicationRecord>
override this.GetApplications : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Uii.Common.Entities.ApplicationRecord>
Public Overridable Function GetApplications () As ReadOnlyCollection(Of ApplicationRecord)
Returns
The list of hosted applications indexed by name.