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)
Available in Sandboxed Solutions: No

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