WorkItemField.PicklistId 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.
If this field is picklist, the identifier of the picklist associated, otherwise null
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Nullable<Guid> PicklistId { get; set; }
member this.PicklistId : Nullable<Guid> with get, set
Public Property PicklistId As Nullable(Of Guid)
Property Value
- Attributes