共用方式為


SPSystemPerformanceMonitor.Description property

在衍生類別中實作時,取得監視器的描述。

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

Syntax

'宣告
Public MustOverride ReadOnly Property Description As String
    Get
'用途
Dim instance As SPSystemPerformanceMonitor
Dim value As String

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

Property value

Type: System.String
監視器的描述。

Implements

ISPPerformanceMonitor.Description

請參閱

參照

SPSystemPerformanceMonitor class

SPSystemPerformanceMonitor members

Microsoft.SharePoint.Utilities namespace