ApplicationService.GetApplications Method
Gets the applications.
Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)
Usage
'Usage
Dim instance As ApplicationService
Dim returnValue As ReadOnlyCollection(Of ApplicationRecord)
returnValue = instance.GetApplications
Syntax
'Declaration
Public Overridable Function GetApplications As ReadOnlyCollection(Of ApplicationRecord)
public virtual ReadOnlyCollection<ApplicationRecord> GetApplications ()
public:
virtual ReadOnlyCollection<ApplicationRecord^>^ GetApplications ()
public ReadOnlyCollection<ApplicationRecord> GetApplications ()
public function GetApplications () : ReadOnlyCollection<ApplicationRecord>
Return Value
Type: List
The list of hosted applications indexed by name.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ApplicationService Class
ApplicationService Members
Microsoft.Uii.AifServices Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.