RequestResponse.Comment Property
Gets or sets a comment about the request.
Namespace: Microsoft.SharePoint.EmailIntegration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Comment As String
Get
Set
'Usage
Dim instance As RequestResponse
Dim value As String
value = instance.Comment
instance.Comment = value
public string Comment { get; set; }
Property Value
Type: System.String
A String that represents a comment about the request.