共用方式為


Extension.LocalizedName 屬性

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

命名空間:  ReportExecution2005
組件:  ReportExecution2005 (在 ReportExecution2005.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 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 類別

ReportExecution2005 命名空間