Share via


FileContentMetadata.IsBinary Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
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

See Also

Reference

FileContentMetadata Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace