Share via


IdentityType

The IdentityType XML simple type specifies a package name for an app associated with the device.

<xs:complexType name="IdentityType">
    <xs:attribute name="Name"
        type="PackageNameType"
        use="required"
     />
    <xs:attribute name="Name"
        type="PublisherType"
        use="required"
     />
</xs:complexType>

Attributes

Name Type Description
Name PackageNameType

Specifies the package name of an app associated with the device. The value of this attribute can be copied from the <Identity> element's Name attribute in the app manifest, after the app has been associated with the Windows Store using the steps described in Windows Store device app Lifecycle.

Name PublisherType

Specifies the publisher name of an app associated with the device. The value of this attribute can be copied from the <Identity> element's Publisher attribute in the app manifest, after the app has been associated with the Windows Store using the steps described in Windows Store device app Lifecycle.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

See also

device metadata package

 

 

Send comments about this topic to Microsoft