Share via


ReportMessage.ObjectName property

Gets or sets the object name for this message.

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property ObjectName As String
    Get
    Set
'Usage
Dim instance As ReportMessage
Dim value As String

value = instance.ObjectName

instance.ObjectName = value
public string ObjectName { get; set; }

Property value

Type: System.String
The name of the object with which this message is associated.

See also

Reference

ReportMessage class

ReportMessage members

Microsoft.SharePoint.Publishing.Administration namespace

ReportMessage