Extension.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.

请参阅

参考

Extension 类

Microsoft.ReportingServices.Interfaces 命名空间