共用方式為


SPPerformanceCategoryDefinition.InstanceNames property

執行個體名稱。

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

Syntax

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

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

Property value

Type: System.Collections.Generic.IList<String>
會傳回IList<T>

請參閱

參照

SPPerformanceCategoryDefinition class

SPPerformanceCategoryDefinition members

Microsoft.SharePoint.Diagnostics namespace