Udostępnij za pośrednictwem


Właściwość Extension.ExtensionTypeName

Pobiera typ rozszerzenia.

Przestrzeń nazw:  ReportService2010
Zestaw:  ReportService2010 (w ReportService2010.dll)

Składnia

'Deklaracja
Public Property ExtensionTypeName As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
A ciąg wartość, która reprezentuje typ rozszerzenia.

Uwagi

Listę typów obsługiwanych rozszerzenia, użyj ListExtensionTypes metoda.