de la propiedad SPSiteInventoryUsageProvider.UsageEntryType
NOTA: esta API está ahora obsoleta.
Contiene el tipo de SPUsageEntry que corresponde a esta SPUsageDefinition.
Espacio de nombres: Microsoft.SharePoint.Administration
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")> _
Public Overrides ReadOnly Property UsageEntryType As Type
Get
'Uso
Dim instance As SPSiteInventoryUsageProvider
Dim value As Type
value = instance.UsageEntryType
[ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")]
public override Type UsageEntryType { get; }
Valor de propiedad
Tipo: System.Type
Un Type.
Comentarios
SPUsageEntry es la interfaz común de entradas de uso del registro para el sistema.
Vea también
Referencia
clase SPSiteInventoryUsageProvider