CatalogItem.Type Property

Namespace:  Microsoft.TeamFoundation.Client.Reporting
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

‘선언
Public Property Type As ItemTypeEnum
    Get
    Set
public ItemTypeEnum Type { get; set; }
public:
property ItemTypeEnum Type {
    ItemTypeEnum get ();
    void set (ItemTypeEnum value);
}
member Type : ItemTypeEnum with get, set
function get Type () : ItemTypeEnum
function set Type (value : ItemTypeEnum)

Property Value

Type: Microsoft.TeamFoundation.Client.Reporting.ItemTypeEnum

.NET Framework Security

See Also

Reference

CatalogItem Class

Microsoft.TeamFoundation.Client.Reporting Namespace