FileDiffsCriteria.FileDiffParams 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.
List of parameters for each of the files for which we need to get the file diff
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.SourceControl.WebApi.FileDiffParams> FileDiffParams { get; set; }
member this.FileDiffParams : seq<Microsoft.TeamFoundation.SourceControl.WebApi.FileDiffParams> with get, set
Public Property FileDiffParams As IEnumerable(Of FileDiffParams)
Property Value
- Attributes