SPWebApplication.DisplayName property

Gets the user-friendly name that is used to describe the Web application.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property DisplayName As String
    Get
'Usage
Dim instance As SPWebApplication
Dim value As String

value = instance.DisplayName
public override string DisplayName { get; }

Property value

Type: System.String
String
The user-friendly name.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace