Свойство Extension.LocalizedName
Gets the localized name of the extension to be used for display purposes in a user interface.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборки: Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
Синтаксис
'Декларация
Public ReadOnly Property LocalizedName As String
Get
'Применение
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
Значение свойства
Тип: System.String
The localized name of the extension.