StorageFolder.Properties 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 that provides access to the content-related properties of the current folder.
public:
property StorageItemContentProperties ^ Properties { StorageItemContentProperties ^ get(); };
StorageItemContentProperties Properties();
public StorageItemContentProperties Properties { get; }
var storageItemContentProperties = storageFolder.properties;
Public ReadOnly Property Properties As StorageItemContentProperties
Property Value
The object that provides access to the content-related properties of the folder.