Share via


FileDiff.Blocks Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "blocks", EmitDefaultValue := False)> _
Public Property Blocks As List(Of FileDiffBlock)
[DataMemberAttribute(Name = "blocks", EmitDefaultValue = false)]
public List<FileDiffBlock> Blocks { get; set; }
[DataMemberAttribute(Name = L"blocks", EmitDefaultValue = false)]
public:
property List<FileDiffBlock^>^ Blocks {
    List<FileDiffBlock^>^ get ();
    void set (List<FileDiffBlock^>^ value);
}
[<DataMemberAttribute(Name = "blocks", EmitDefaultValue = false)>]
member Blocks : List<FileDiffBlock> with get, set
function get Blocks () : List<FileDiffBlock>
function set Blocks (value : List<FileDiffBlock>)

Property Value

Type: System.Collections.Generic.List<FileDiffBlock>

.NET Framework Security

See Also

Reference

FileDiff Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace