FileContentMetadata.IsBinary Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "isBinary", EmitDefaultValue := False)> _
Public Property IsBinary As Boolean
[DataMemberAttribute(Name = "isBinary", EmitDefaultValue = false)]
public bool IsBinary { get; set; }
[DataMemberAttribute(Name = L"isBinary", EmitDefaultValue = false)]
public:
property bool IsBinary {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isBinary", EmitDefaultValue = false)>]
member IsBinary : bool with get, set
function get IsBinary () : boolean
function set IsBinary (value : boolean)
Property Value
Type: System.Boolean
.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.