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