SPPerformanceCategoryDefinition.InstanceNames property
Instance names.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property InstanceNames As IList(Of String)
Get
'Usage
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>
Returns IList<T>.
See also
Reference
SPPerformanceCategoryDefinition class