FileContent.ContentBytes Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "contentBytes", EmitDefaultValue := False)> _
Public Property ContentBytes As Byte()
[DataMemberAttribute(Name = "contentBytes", EmitDefaultValue = false)]
public byte[] ContentBytes { get; set; }
[DataMemberAttribute(Name = L"contentBytes", EmitDefaultValue = false)]
public:
property array<unsigned char>^ ContentBytes {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
[<DataMemberAttribute(Name = "contentBytes", EmitDefaultValue = false)>]
member ContentBytes : byte[] with get, set
function get ContentBytes () : byte[]
function set ContentBytes (value : byte[])

Property Value

Type: array<System.Byte[]

.NET Framework Security

See Also

Reference

FileContent Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace