Conflict.IsBinary Property

True if either base, their or your encoding is binary.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public ReadOnly Property IsBinary As Boolean
public bool IsBinary { get; }
public:
property bool IsBinary {
    bool get ();
}
member IsBinary : bool with get
function get IsBinary () : boolean

Property Value

Type: System.Boolean
true if the base or encoding is binary; otherwise, false.

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Client Namespace