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)

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.

See also

Reference

SPWebApplicationBuilder class

SPWebApplicationBuilder members

Microsoft.SharePoint.Administration namespace