ISharedServiceApplication.Comments Property

Gets or sets 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
Property Comments As String
    Get
    Set
'Usage
Dim instance As ISharedServiceApplication
Dim value As String

value = instance.Comments

instance.Comments = value
string Comments { get; set; }

Property Value

Type: System.String
A String that is the description of the application instance.

Remarks

Specifying a description of the application instance for presentation in the UI is optional.

See Also

Reference

ISharedServiceApplication Interface

ISharedServiceApplication Members

Microsoft.SharePoint.Administration Namespace