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 네임스페이스