Compartir a través de


ExtensionParameter.DisplayName Propiedad

The name of the extension setting that is displayed to the user.

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Property DisplayName As String 
    Get 
    Set
'Uso
Dim instance As ExtensionParameter 
Dim value As String 

value = instance.DisplayName

instance.DisplayName = value
public string DisplayName { get; set; }
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
member DisplayName : string with get, set
function get DisplayName () : String 
function set DisplayName (value : String)

Valor de la propiedad

Tipo: System.String
A read-only String containing the display name of the extension.

Vea también

Referencia

ExtensionParameter Clase

Espacio de nombres ReportService2005