Partager via


Propriété Extension.ExtensionTypeName

Gets the type of the extension.

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
Public Property ExtensionTypeName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

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

Voir aussi

Référence

Extension Classe

Espace de noms ReportService2010