ReportMessage.Recommendation Property
Gets or sets the recommendation for this message.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property Recommendation As String
Get
Set
'Usage
Dim instance As ReportMessage
Dim value As String
value = instance.Recommendation
instance.Recommendation = value
public string Recommendation { get; set; }
Property Value
Type: System.String
A string that contains this message recommendation.