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)
Available in Sandboxed Solutions: No

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