OutOfBrowserSettings.ShortName Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Updated: September 2010
Gets the short version of the application title.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public ReadOnly Property ShortName As String
public string ShortName { get; }
<OutOfBrowserSettings ShortName="string" />
Property Value
Type: System.String
The short version of the application title.
Remarks
The value of this property is used in the out-of-browser installation dialog box and on the installed application shortcuts.
This property is required, but it is read-only at run time, but you can set it in the out-of-browser configuration. For more information, see How to: Configure an Application for Out-of-Browser Support.
Note: |
---|
The ShortName value must remain the same across multiple versions of an application for the update mechanism to work correctly. |
Version Information
Silverlight
Supported in: 5, 4, 3
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
Change History
Date |
History |
Reason |
---|---|---|
September 2010 |
Added note about ShortName restriction. |
Customer feedback. |