Show / Hide Table of Contents

Enum WinPackageInfo.PackageOrigin

Enumeration for the origin of a package.

Namespace: Microsoft.XboxStudios.DeviceConsole.Environments.Applications
Assembly: DeviceConsole.Environments.dll
Syntax
public enum WinPackageInfo.PackageOrigin

Fields

Name Description
DeveloperSigned

The package originated as developer signed.

DeveloperUnsigned

The package originated as developer unsigned.

Inbox

The package was included inbox.

LineOfBusiness

The package originated as a line-of-business app.

Store

The package originated from the Windows Store.

Unknown

The package's origin is unknown.

Unsigned

The package originated as unsigned.

See Also
https://msdn.microsoft.com/en-us/library/windows/desktop/dn313167(v=vs.85).aspx
  • View Source
In This Article
Back to top Generated by DocFX