<Properties> Element

Additional metadata about the package including attributes that describe how the package appears to users.

This element is required.

Syntax

<Properties >
</Properties>  

Element information

Parent elements Package
Child elements DisplayName, PublisherDisplayName, Logo, Description

Example

<Properties>
  <DisplayName>Direct3DGame2</DisplayName>
  <PublisherDisplayName>PublisherDisplayName</PublisherDisplayName>
  <Logo>StoreLogo.png</Logo>
  <Description>Direct3DGame2</Description>
</Properties>