SPUsageIdentityTable class

NOTE: This API is now obsolete.

Defines the search string categories of identities of usage report components, for example, the browser or operating system.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPUsageIdentityTable

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<GuidAttribute("B41B4F35-AC42-46EE-AAB3-314F8CCF5789")> _
<ObsoleteAttribute("Deprecated object. Do not use except for upgrade scenarios.",  _
    False)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPUsageIdentityTable _
    Inherits SPPersistedObject
'Usage
Dim instance As SPUsageIdentityTable
[GuidAttribute("B41B4F35-AC42-46EE-AAB3-314F8CCF5789")]
[ObsoleteAttribute("Deprecated object. Do not use except for upgrade scenarios.", 
    false)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPUsageIdentityTable : SPPersistedObject

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPUsageIdentityTable members

Microsoft.SharePoint.Administration namespace