Compartir a través de


Extension.ExtensionTypeName Propiedad

Gets the type of the extension.

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

Sintaxis

'Declaración
Public Property ExtensionTypeName As String 
    Get 
    Set
'Uso
Dim instance As Extension 
Dim value As String 

value = instance.ExtensionTypeName

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

Valor de la propiedad

Tipo: System.String
A String value that represents the type of the extension.

Comentarios

For a list of supported extension types, use the ListExtensionTypes method.

Vea también

Referencia

Extension Clase

Espacio de nombres ReportService2010