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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.