WorkItemTypeFieldWithReferences.AllowedValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of field allowed values.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.TeamFoundation.WorkItemTracking.WebApi.ValueArrayConverter))]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public object[] AllowedValues { get; set; }
member this.AllowedValues : obj[] with get, set
Public Property AllowedValues As Object()
Property Value
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute DataMemberAttribute