SPDiagnosticsMetricsProvider.MonitoredScopeDiagnosticsDataColumns property
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property MonitoredScopeDiagnosticsDataColumns As IList(Of SPColumnDefinition)
Get
'Usage
Dim instance As SPDiagnosticsMetricsProvider
Dim value As IList(Of SPColumnDefinition)
value = instance.MonitoredScopeDiagnosticsDataColumns
public IList<SPColumnDefinition> MonitoredScopeDiagnosticsDataColumns { get; }
Property value
Type: System.Collections.Generic.IList<SPColumnDefinition>
See also
Reference
SPDiagnosticsMetricsProvider class