Extension.LocalizedName 属性

The localized name to be used for display purposes on a user interface.

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.dll 中)

语法

声明
Public Property LocalizedName As String 
    Get 
    Set
用法
Dim instance As Extension 
Dim value As String 

value = instance.LocalizedName

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

属性值

类型:System.String
A read-only String containing the localized name.

注释

The value of the LocalizedName property is retrieved from the LocalizedName property of the extension. For more information about the IExtension interface and its properties, see IExtension interface.

请参阅

参考

Extension 类

ReportService2005 命名空间