Share via


FileDiffParameters.IgnoreTrimmedWhitespace Property

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

Syntax

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

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

FileDiffParameters Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace