SPDistributedCacheUsageEntry.ParentType property
The Type of the derived SPUsageDefinition object that is associated with this Usage entry
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ParentType As Type
Get
'Usage
Dim instance As SPDistributedCacheUsageEntry
Dim value As Type
value = instance.ParentType
public override Type ParentType { get; }
Property value
Type: System.Type
See also
Reference
SPDistributedCacheUsageEntry class