SPAdministrationWebApplication.DefaultServerComment property
Gets the default name of the administration Web site that is displayed in Internet Information Services (IIS).
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DefaultServerComment As String
Get
'Usage
Dim instance As SPAdministrationWebApplication
Dim value As String
value = instance.DefaultServerComment
public override string DefaultServerComment { get; }
Property value
Type: System.String
Returns String.
Remarks
A string that contains the default name of the administration Web site, which is SharePoint Central Administration v3.
See also
Reference
SPAdministrationWebApplication class