Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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