SPWebApplication.DefaultServerComment property
Gets the server comment that is associated with the IIS Web site for use when a comment is not specified by the Web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DefaultServerComment As String
Get
'Usage
Dim instance As SPWebApplication
Dim value As String
value = instance.DefaultServerComment
public virtual string DefaultServerComment { get; }
Property value
Type: System.String
A string that contains the comment.