UserProfile.ApplicationRecords 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 an array of application records.
public:
property System::Collections::Generic::List<Microsoft::Uii::Common::Entities::ApplicationRecord ^> ^ ApplicationRecords { System::Collections::Generic::List<Microsoft::Uii::Common::Entities::ApplicationRecord ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Uii::Common::Entities::ApplicationRecord ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Uii.Common.Entities.ApplicationRecord> ApplicationRecords { get; set; }
member this.ApplicationRecords : System.Collections.Generic.List<Microsoft.Uii.Common.Entities.ApplicationRecord> with get, set
Public Property ApplicationRecords As List(Of ApplicationRecord)