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
- 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.