ProcessBehavior.Fields 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.
Process Behavior Fields.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.WorkItemTracking.Process.WebApi.Models.ProcessBehaviorField> Fields { get; set; }
member this.Fields : seq<Microsoft.TeamFoundation.WorkItemTracking.Process.WebApi.Models.ProcessBehaviorField> with get, set
Public Property Fields As IEnumerable(Of ProcessBehaviorField)
Property Value
- Attributes