SPUsageEntry.ParentInstanceName property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property ParentInstanceName As String
Get
Set
'Usage
Dim instance As SPUsageEntry
Dim value As String
value = instance.ParentInstanceName
instance.ParentInstanceName = value
public virtual string ParentInstanceName { get; set; }
Property value
Type: System.String