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


Свойство CatalogItem.TypeName

Gets the type of the item.

Пространство имен:  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
A string value that specifies the type of an item.

Замечания

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

См. также

Справочник

CatalogItem Класс

Пространство имен ReportService2010