Share via


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.

See also

Reference

ReportMessage class

ReportMessage members

Microsoft.SharePoint.Publishing.Administration namespace

ReportMessage