SPPerformanceCategoryDefinition.LocalizedCategoryName property
The localization name of the category.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property LocalizedCategoryName As String
Get
'Usage
Dim instance As SPPerformanceCategoryDefinition
Dim value As String
value = instance.LocalizedCategoryName
public string LocalizedCategoryName { get; }
Property value
Type: System.String
Returns String.
See also
Reference
SPPerformanceCategoryDefinition class