[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a short description of the application.
Namespace:
System.Windows
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public ReadOnly Property Blurb As String
Get
Dim instance As ApplicationIdentity
Dim value As String
value = instance.Blurb
public string Blurb { get; }
<ApplicationIdentity
ShortName="shortName"
Title="title">
<ApplicationIdentity.Blurb>
blurb
</ApplicationIdentity.Blurb>
<ApplicationIdentity.Icons>
<Icon Size="iconSize">iconSource</Icon>
</ApplicationIdentity.Icons>
</ApplicationIdentity>
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference
Other Resources