Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Property Type As ReportingType
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.