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.