LocalizedName 屬性

Gets the localized name of the extension to be used for display purposes in a user interface.

命名空間:  Microsoft.ReportingServices.Interfaces
組件:   Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)

語法

'宣告
Public ReadOnly Property LocalizedName As String
    Get
'用途
Dim instance As Extension
Dim value As String

value = instance.LocalizedName
public string LocalizedName { get; }
public:
property String^ LocalizedName {
    String^ get ();
}
member LocalizedName : string
function get LocalizedName () : String

屬性值

型別:System. . :: . .String
The localized name of the extension.