Compartir a través de


ExtensionParameter.DisplayName Propiedad

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

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.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 String containing the display name of the extension. Read-only.

Vea también

Referencia

ExtensionParameter Clase

Espacio de nombres ReportService2006