FolderInformation.Properties Property

Definition

Gets an object for retrieving the properties of the StorageFolder.

public:
 property StorageItemContentProperties ^ Properties { StorageItemContentProperties ^ get(); };
StorageItemContentProperties Properties();
public StorageItemContentProperties Properties { get; }
var storageItemContentProperties = folderInformation.properties;
Public ReadOnly Property Properties As StorageItemContentProperties

Property Value

The object for retrieving StorageFolder properties.

Implements

Applies to