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)

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