SPIisWebServiceApplication.Comments property
An optional description of the application instance for presentation in the user interface (UI).
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable Property Comments As String
Get
Set
'Usage
Dim instance As SPIisWebServiceApplication
Dim value As String
value = instance.Comments
instance.Comments = value
public virtual string Comments { get; set; }
Type: System.String
A String that describes the application instance for presentation in the UI.
ISharedServiceApplication.Comments
This property is optional.
SPIisWebServiceApplication class