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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.