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