ReportingAttributes.Type Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Декларация
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.