SPPersistedObjectStatisticsEntry.ObjectName property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ObjectName As String
Get
Set
'Usage
Dim instance As SPPersistedObjectStatisticsEntry
Dim value As String
value = instance.ObjectName
instance.ObjectName = value
public string ObjectName { get; set; }
Property value
Type: System.String
See also
Reference
SPPersistedObjectStatisticsEntry class