Share via


ApplicationData.MachineFolder Property

Definition

A StorageFolder for the machine data store.

public:
 property StorageFolder ^ MachineFolder { StorageFolder ^ get(); };
StorageFolder MachineFolder();
public StorageFolder MachineFolder { get; }
var storageFolder = applicationData.machineFolder;
Public ReadOnly Property MachineFolder As StorageFolder

Property Value

Returns a StorageFolder for the machine data store.

Applies to