Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Name of the diagnostic data provider.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Name As String
Get
'Usage
Dim instance As SPDiagnosticDataProvider
Dim value As String
value = instance.Name
public abstract string Name { get; }
Property value
Type: System.String
A String representation of the name.
See also
Reference
SPDiagnosticDataProvider class