ApplicationHost.AppRecords Property
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 or sets the application definitions as returned from the web service.
protected:
property System::Collections::Generic::List<Microsoft::Uii::Common::Entities::ApplicationRecord ^> ^ AppRecords { System::Collections::Generic::List<Microsoft::Uii::Common::Entities::ApplicationRecord ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Uii::Common::Entities::ApplicationRecord ^> ^ value); };
protected System.Collections.Generic.List<Microsoft.Uii.Common.Entities.ApplicationRecord> AppRecords { get; set; }
member this.AppRecords : System.Collections.Generic.List<Microsoft.Uii.Common.Entities.ApplicationRecord> with get, set
Protected Property AppRecords As List(Of ApplicationRecord)