SPPerformanceCategoryDefinition.InstanceNames-Eigenschaft
Instanznamen.
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; }
Eigenschaftswert
Typ: System.Collections.Generic.IList<String>
Gibt IList<T>zurück.
Siehe auch
Referenz
SPPerformanceCategoryDefinition Klasse