Share via


FileDiff.WhitespaceChangesOnly Property

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

FileDiff Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace