Updated: September 2010
Gets the short version of the application title.
Public ReadOnly Property ShortName As String
public string ShortName { get; }
<OutOfBrowserSettings ShortName="string" />
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.
The ShortName value must remain the same across multiple versions of an application for the update mechanism to work correctly.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Date
History
Reason
September 2010
Added note about ShortName restriction.
Customer feedback.