ModelItem.ModelItemTypeName 属性

Gets the type of the model item.

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property ModelItemTypeName As String 
    Get 
    Set
用法
Dim instance As ModelItem 
Dim value As String 

value = instance.ModelItemTypeName

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

属性值

类型:System.String
A String value indicating the type of the model item.

注释

For a list of supported model item types, use the ListModelItemTypes method.

请参阅

参考

ModelItem 类

ReportService2010 命名空间