SPUsageProvider.TableName property

Primary unique name given to objects created in the logging store for this usage provider.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property TableName As String
    Get
'Usage
Dim instance As SPUsageProvider
Dim value As String

value = instance.TableName
public abstract string TableName { get; }

Property value

Type: System.String
A String representation of the name.

Implements

ILoggingProvider.TableName

See also

Reference

SPUsageProvider class

SPUsageProvider members

Microsoft.SharePoint.Administration namespace