Deployment.ApplicationIdentity Property
[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets an object that contains information about the application that is used for out-of-browser support.
Assembly: System.Windows (in System.Windows.dll)
<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <Deployment.Parts> </Deployment.Parts> <Deployment.ApplicationIdentity> applicationIdentity </Deployment.ApplicationIdentity> </Deployment>
XAML Values
Property Value
Type: System.Windows.ApplicationIdentityInformation about the application that is used for out-of-browser support.
You must specify a Deployment.ApplicationIdentity property element in your project's AppManifest.xml file in order to configure an application for out-of-browser support. Otherwise, the element is optional.
The AppManifest.xml file is located in the Properties (C#) or My Project (Visual Basic) folder of your Visual Studio project. This file is used to generate the application manifest (AppManifest.xaml) file deployed in your application package.
All ApplicationIdentity properties represent required property elements except for the ApplicationIdentity.Icons property.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.