ApplicationHost.AppRecords Property

Definition

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)

Property Value

Applies to