Share via


SPDiagnosticsItem.LocalizedName property

Gets the name for the item, localized for display to the user.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property LocalizedName As String
    Get
    Friend Set
'Usage
Dim instance As SPDiagnosticsItem
Dim value As String

value = instance.LocalizedName
public string LocalizedName { get; internal set; }

Property value

Type: System.String
The localized name for the item.

See also

Reference

SPDiagnosticsItem class

SPDiagnosticsItem members

Microsoft.SharePoint.Administration namespace