Share via


FileDiff.OriginalFileTruncated Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "originalFileTruncated", EmitDefaultValue := False)> _
Public Property OriginalFileTruncated As Boolean
[DataMemberAttribute(Name = "originalFileTruncated", EmitDefaultValue = false)]
public bool OriginalFileTruncated { get; set; }
[DataMemberAttribute(Name = L"originalFileTruncated", EmitDefaultValue = false)]
public:
property bool OriginalFileTruncated {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(Name = "originalFileTruncated", EmitDefaultValue = false)>]
member OriginalFileTruncated : bool with get, set
function get OriginalFileTruncated () : boolean 
function set OriginalFileTruncated (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

FileDiff Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace