BsonBinaryData.Bytes Property (original) (raw)

MongoDB .NET Driver API Documentation

Click or drag to resizeClick or drag to resize

BsonBinaryDataBytes Property

Gets the binary data.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public byte[] Bytes { get; }

Public ReadOnly Property Bytes As Byte() Get

member Bytes : byte[] with get

Property Value

Type: Byte

See Also

Reference