Share via


SPIisSettings.ServerComment Property

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.

See Also

Reference

SPIisSettings Class

SPIisSettings Members

Microsoft.SharePoint.Administration Namespace