Field.IsRequired Property

Gets a flag that indicates whether this field requires a value.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public ReadOnly Property IsRequired As Boolean
public bool IsRequired { get; }
public:
property bool IsRequired {
    bool get ();
}
member IsRequired : bool
function get IsRequired () : boolean

Property Value

Type: System.Boolean
True if the field requires a value; otherwise, false.

.NET Framework Security

See Also

Reference

Field Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace

Other Resources

REQUIRED Element (Work Item Type Definition Schema)