Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Déclaration
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.