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)
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