.NET Framework Class Library for Silverlight
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)
Syntax

Visual Basic (Declaration)
Public NotInheritable Class ApplicationIdentity _
    Inherits DependencyObject
Visual Basic (Usage)
Dim instance As ApplicationIdentity
C#
public sealed class ApplicationIdentity : DependencyObject
XAML Object Element Usage
<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.

Inheritance Hierarchy

System..::.Object
  System.Windows..::.DependencyObject
    System.Windows..::.ApplicationIdentity
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

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

See Also

Reference

Other Resources

Page view tracker