SPRatingUsageEntry.UserVerbatim Property
Gets or sets the text of the user verbatim comment.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property UserVerbatim As String
Get
Set
'Usage
Dim instance As SPRatingUsageEntry
Dim value As String
value = instance.UserVerbatim
instance.UserVerbatim = value
public string UserVerbatim { get; set; }
Property Value
Type: System.String
The text of the user verbatim comment.