Поделиться через


Свойство TypeName

Возвращает тип элемента.

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
Public Property TypeName As String
    Get
    Set
'Применение
Dim instance As CatalogItem
Dim value As String

value = instance.TypeName

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

Значение свойства

Тип: System. . :: . .String
Значение String, указывающее тип элемента.

Замечания

For a list of available item types, use the ListItemTypes method.