SPDiagnosticDataProvider.Name Property
Name of the diagnostic data provider.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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