IStorageItemPropertiesWithProvider.Provider Property

Definition

Gets the StorageProvider object that contains info about the service that stores the current storage item.

public:
 property StorageProvider ^ Provider { StorageProvider ^ get(); };
StorageProvider Provider();
public StorageProvider Provider { get; }
var storageProvider = iStorageItemPropertiesWithProvider.provider;
Public ReadOnly Property Provider As StorageProvider

Property Value

The StorageProvider object that contains info about the service that stores the current storage item. The item may be stored by the local file system or by a remote service like Microsoft OneDrive.

Applies to