Click or drag to resize
GDStorageFolderProvider Property
Gets the StorageProvider object that contains info about the service that stores the current folder.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public StorageProvider Provider { get; }

Property Value

Type: StorageProvider
The StorageProvider object that contains info about the service that stores the current folder. For GD Storage Folder this will always be a local computer.

Implements

IStorageItemPropertiesWithProviderProvider
See Also