.NET Framework Class Library for Silverlight
ApplicationIdentity..::.ShortName Property

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

Gets the short version of the application title.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property ShortName As String
    Get
Visual Basic (Usage)
Dim instance As ApplicationIdentity
Dim value As String

value = instance.ShortName
C#
public string ShortName { get; }
XAML Attribute Usage
<ApplicationIdentity 
  ShortName="shortName" 
  Title="title">
  <ApplicationIdentity.Blurb>
    blurb
  </ApplicationIdentity.Blurb>
  <ApplicationIdentity.Icons>
    <Icon Size="iconSize">iconSource</Icon>
  </ApplicationIdentity.Icons>
</ApplicationIdentity>

Property Value

Type: System..::.String
The short version of the application title.
Remarks

This property is required.

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