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..