WCF-Xtensions Class Reference for Mono
BsonObjectId Constructor






The Oid value.
Initializes a new instance of the BsonObjectId class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value() As System.Byte _
)
'Usage
 
Dim value() As System.Byte
 
Dim instance As New BsonObjectId(value)
public BsonObjectId( 
   System.byte[] value
)
public BsonObjectId( 
    value: System.Bytearray of
); 
public function BsonObjectId( 
   value : System.byte[]
);
public: BsonObjectId( 
   System.byte[]* value
)
public:
BsonObjectId( 
   System.array<byte>^ value
)

Parameters

value
The Oid value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BsonObjectId Class
BsonObjectId Members

Send Feedback