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.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Property Type As ReportingType
Get
Friend Set
public ReportingType Type { get; internal set; }
public:
property ReportingType Type {
ReportingType get ();
internal: void set (ReportingType value);
}
member Type : ReportingType with get, internal set
function get Type () : ReportingType
internal function set Type (value : ReportingType)
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.ReportingType
Returns ReportingType.
.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.