PackageVolume.IsAppxInstallSupported Property

Definition

Gets a value that indicates whether or not APPX installing is supported.

public:
 property bool IsAppxInstallSupported { bool get(); };
bool IsAppxInstallSupported();
public bool IsAppxInstallSupported { get; }
var boolean = packageVolume.isAppxInstallSupported;
Public ReadOnly Property IsAppxInstallSupported As Boolean

Property Value

Boolean

bool

true if APPX installing is supported; otherwise, false.

Applies to

See also