Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the server comment that is used in the Internet Information Services (IIS) configuration store for the IIS Web site.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property ServerComment As String
Get
'Usage
Dim instance As SPIisSettings
Dim value As String
value = instance.ServerComment
public string ServerComment { get; }
Property Value
Type: System.String
A string that matches the value of the ServerComment IIS configuration store property for the IIS Web site.