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