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