Condividi tramite


Proprietà Extension.ExtensionTypeName

Gets the type of the extension.

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
Public Property ExtensionTypeName As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

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

Vedere anche

Riferimento

Extension Classe

Spazio dei nomi ReportService2010