ApplicationData.IsMachinePathSupported 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.
A value that indicates whether the package family supports the machine data store.
public:
property bool IsMachinePathSupported { bool get(); };
bool IsMachinePathSupported();
public bool IsMachinePathSupported { get; }
var boolean = applicationData.isMachinePathSupported;
Public ReadOnly Property IsMachinePathSupported As Boolean
Property Value
Boolean
bool
Returns true if the package family supports the machine data store, otherwise false.