共用方式為


SPGeneralPerformanceCategoryDefinition.InstanceNames property

執行個體名稱。

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

Syntax

'宣告
Public Overrides ReadOnly Property InstanceNames As IList(Of String)
    Get
'用途
Dim instance As SPGeneralPerformanceCategoryDefinition
Dim value As IList(Of String)

value = instance.InstanceNames
public override IList<string> InstanceNames { get; }

Property value

Type: System.Collections.Generic.IList<String>
會傳回IList<T>的名稱。

請參閱

參照

SPGeneralPerformanceCategoryDefinition class

SPGeneralPerformanceCategoryDefinition members

Microsoft.SharePoint.Diagnostics namespace