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)
Syntax
'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; }
Property value
Type: System.String
A String that describes the application instance for presentation in the UI.
Implements
ISharedServiceApplication.Comments
Remarks
This property is optional.
See also
Reference
SPIisWebServiceApplication class