This topic has not yet been rated - Rate this topic

ApplicationIdentity Class

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents information about an application that is configured for out-of-browser support.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)
public sealed class ApplicationIdentity : DependencyObject
<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

applicationIdentity

An ApplicationIdentity property element. All ApplicationIdentity properties are required as child property elements except for the Icons property. If no icons are specified, default ones are used.

System.Object
  System.Windows.DependencyObject
    System.Windows.ApplicationIdentity
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)