Share via


ApplicationData.IsMachinePathSupported Property

Definition

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.

Applies to