Share via


FileDiff.BinaryContent Property

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

FileDiff Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace