Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
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.