Proprietà LocalizedName
Gets the localized name of the extension to be used for display purposes in a user interface.
Spazio dei nomi: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property LocalizedName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
The localized name of the extension.
Vedere anche