SPDiagnosticsServiceBase.ResourceDll property

Returns the name of a resource that contains localized strings for category names.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property ResourceDll As String
    Get
'Usage
Dim value As String

value = Me.ResourceDll
protected virtual string ResourceDll { get; }

Property value

Type: System.String
The file name of a resource DLL. If no resource file is associated with the service, the property returns a null reference (Nothing in Visual Basic).

Remarks

In the base class, this property always returns a null reference (Nothing in Visual Basic). You can override the property and provide your own implementation.

See also

Reference

SPDiagnosticsServiceBase class

SPDiagnosticsServiceBase members

Microsoft.SharePoint.Administration namespace