다음을 통해 공유


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.