IStorageItemProperties.Properties Property

Definition

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.

Applies to