FieldDefinition.ReportingAttributes Property
Gets the reporting attributes of this field definition.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ReportingAttributes As ReportingAttributes
public ReportingAttributes ReportingAttributes { get; }
public:
property ReportingAttributes^ ReportingAttributes {
ReportingAttributes^ get ();
}
member ReportingAttributes : ReportingAttributes with get
function get ReportingAttributes () : ReportingAttributes
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.ReportingAttributes
The reporting attributes of this field definition.
.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.