SPDiagnosticsServiceBase.ResourceDll property
會傳回包含的類別名稱的當地語系化的字串資源的名稱。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Overridable ReadOnly Property ResourceDll As String
Get
'用途
Dim value As String
value = Me.ResourceDll
protected virtual string ResourceDll { get; }
Property value
Type: System.String
資源 DLL 檔案名稱。如果沒有資源檔案相關聯之服務,則屬性會傳回a null reference (Nothing in Visual Basic)。
備註
在基底類別中,此屬性一定會傳回a null reference (Nothing in Visual Basic)。您可以覆寫屬性,並提供您自己的實作。
請參閱
參照
SPDiagnosticsServiceBase class