SPWebApplicationBuilder.ServerComment Property
Gets or sets the server comment for a new or existing Web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ServerComment As String
Get
Set
'Usage
Dim instance As SPWebApplicationBuilder
Dim value As String
value = instance.ServerComment
instance.ServerComment = value
public string ServerComment { get; set; }
Property Value
Type: System.String
A string that contains the server comment.