IBrowser.DisplayName Property

Applies to v2.

Gets the short name displayed on menus.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property DisplayName As String 
    Get
'Usage
Dim instance As IBrowser 
Dim value As String 

value = instance.DisplayName
string DisplayName { get; }
property String^ DisplayName {
    String^ get ();
}
abstract DisplayName : string
function get DisplayName () : String

Property Value

Type: System.String
The short name displayed on menus

See Also

Reference

IBrowser Interface

Microsoft.WebMatrix.Extensibility Namespace