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.