Partager via


Propriété Extension.LocalizedName

Gets the localized name of the extension to be used for display purposes in a user interface.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LocalizedName As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The localized name of the extension.

Voir aussi

Référence

Extension Classe

Espace de noms Microsoft.ReportingServices.Interfaces