ModelItem.Type 속성

Gets the type of the model item.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
Public Property Type As ModelItemTypeEnum 
    Get 
    Set
‘사용 방법
Dim instance As ModelItem 
Dim value As ModelItemTypeEnum 

value = instance.Type

instance.Type = value
public ModelItemTypeEnum Type { get; set; }
public:
property ModelItemTypeEnum Type {
    ModelItemTypeEnum get ();
    void set (ModelItemTypeEnum value);
}
member Type : ModelItemTypeEnum with get, set
function get Type () : ModelItemTypeEnum 
function set Type (value : ModelItemTypeEnum)

속성 값

유형: ReportService2005.ModelItemTypeEnum
A ModelItemTypeEnum value indicating the type of the model item.

참고 항목

참조

ModelItem 클래스

ReportService2005 네임스페이스