StorageItemAccessList.Entries 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 an object for retrieving storage items from the access list.
public:
property AccessListEntryView ^ Entries { AccessListEntryView ^ get(); };
AccessListEntryView Entries();
public AccessListEntryView Entries { get; }
var accessListEntryView = storageItemAccessList.entries;
Public ReadOnly Property Entries As AccessListEntryView
Property Value
The object for retrieving storage items.