ProfileOperations.GetNonHostedApplicationRecordsFromCache 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 non-hosted applications from the cache, if available.
public:
System::Collections::Generic::IList<Microsoft::Uii::Common::Entities::NonHostedApplicationRecord ^> ^ GetNonHostedApplicationRecordsFromCache();
public System.Collections.Generic.IList<Microsoft.Uii.Common.Entities.NonHostedApplicationRecord> GetNonHostedApplicationRecordsFromCache ();
member this.GetNonHostedApplicationRecordsFromCache : unit -> System.Collections.Generic.IList<Microsoft.Uii.Common.Entities.NonHostedApplicationRecord>
Public Function GetNonHostedApplicationRecordsFromCache () As IList(Of NonHostedApplicationRecord)
Returns
The list of non-hosted applications.