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
一个指定项的类型的字符串值。

注释

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