SPDiagnosticsProvider.TableName property

This method is called to get the name of table associated with the provider.

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

Syntax

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

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

Property value

Type: System.String
Returns a String representing the name of the table associated with the provider..

Implements

ILoggingProvider.TableName

See also

Reference

SPDiagnosticsProvider class

SPDiagnosticsProvider members

Microsoft.SharePoint.Diagnostics namespace