Field.IsLimitedToAllowedValues Property

Returns true if this Field's value can be set to an item that is not in the AllowedValues list; otherwise false.

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

Syntax

'Declaration
Public ReadOnly Property IsLimitedToAllowedValues As Boolean
'Usage
Dim instance As Field 
Dim value As Boolean 

value = instance.IsLimitedToAllowedValues
public bool IsLimitedToAllowedValues { get; }
public:
property bool IsLimitedToAllowedValues {
    bool get ();
}
public function get IsLimitedToAllowedValues () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Field Class

Field Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace