Click or drag to resize
Cimbalino ToolkitApplicationManifestAppNode Properties

The ApplicationManifestAppNode type exposes the following members.

Properties
  NameDescription
Public propertyAuthor
Gets or sets the app author’s name.
Public propertyBitsPerPixel
Gets or sets the bits per pixel of the app. 16 or 32 bits per pixel.
Public propertyCapabilities
Gets or sets the software capability requirements of the app.
Public propertyDescription
Gets or sets the description of the app.
Public propertyGenre
Gets or sets the app genre. The default value is either Apps.Normal or Apps.Game depending on the project type.
Public propertyHasSettings
Gets or sets a value indicating whether the app supports settings.
Public propertyHubType
Gets or sets the hub type of the app. Enables your app to appear in the Extras section of the Music + Videos Hub. It is used for testing before app submission, and must be manually entered in the manifest file. A value of 1 enables this functionality.
Public propertyIconPath
Gets or sets the location of the app icon that is visible in the app list. The attributes are for internal use only.
Public propertyIsBeta
Gets or sets a value indicating whether the app is a beta app. This has consequences for the app license.
Public propertyProductId
Gets or sets the app product id. The default value is the GUID for the project (128 bit). During the app submission process, a new product ID is inserted into the manifest file.
Public propertyPublisher
Gets or sets the publisher of the app. This default value is the name of the project. This attribute is required for certain types of apps, such as push-enabled apps.
Public propertyPublisherId
Gets or sets the publisher id of the app. The default value is the GUID for the project (128 bit). During the app submission process, a new product ID is inserted into the manifest file.
Public propertyRequirements
Gets or sets the hardware requirements of the app.
Public propertyScreenResolutions
Gets or sets the resolutions that the app supports.
Public propertyTasks
Gets or sets the tasks of the app.
Public propertyTitle
Gets or sets the title of the app that appears in the app list or Games Hub. The default value is the name of the project.
Public propertyTokens
Gets or sets the tokens of the app.
Public propertyVersion
Gets or sets the app version. The default value is 1.0.0.0.
Top
See Also