Field.HasAllowedValuesList Property
Gets a flag that indicates whether a list of allowed values is available for this field.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
声明
Public ReadOnly Property HasAllowedValuesList As Boolean
Get
public bool HasAllowedValuesList { get; }
public:
property bool HasAllowedValuesList {
bool get ();
}
member HasAllowedValuesList : bool
function get HasAllowedValuesList () : boolean
Property Value
Type: System.Boolean
True if a list of allowed values exists; otherwise, false.
Remarks
You can use this method as a performance alternative for user interfaces that determine how to paint controls that are based on the result of this flag.
.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.