Share via


Extension.LocalizedName Property

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

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

'Declaration
Public Property LocalizedName As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
A String containing the localized name.

Remarks

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.

See Also

Reference

Extension Class

ReportExecution2005 Namespace