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)
Available in Sandboxed Solutions: No

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

SPIisWebServiceApplication Members

Microsoft.SharePoint.Administration Namespace