StorageItemMostRecentlyUsedList.Entries Property

Definition

Gets an object for retrieving storage items from the most recently used (MRU) list.

public:
 property AccessListEntryView ^ Entries { AccessListEntryView ^ get(); };
AccessListEntryView Entries();
public AccessListEntryView Entries { get; }
var accessListEntryView = storageItemMostRecentlyUsedList.entries;
Public ReadOnly Property Entries As AccessListEntryView

Property Value

The object for retrieving storage items.

Implements

Applies to