Compartilhar via


SPGeneralPerformanceCategoryDefinition.InstanceNames Property

Instance names.

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

Syntax

'Declaration
Public Overrides ReadOnly Property InstanceNames As IList(Of String)
    Get
'Usage
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>
Returns aIList<T> of names.

See Also

Reference

SPGeneralPerformanceCategoryDefinition Class

SPGeneralPerformanceCategoryDefinition Members

Microsoft.SharePoint.Diagnostics Namespace