Share 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