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

See Also

Reference

FieldDefinition Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace