CSMongo.MongoOid.SetId C# (CSharp) Method

SetId() public method

Sets the ID to a specific value using a set of bytes
public SetId ( byte value ) : void
value byte
return void
        public void SetId(byte[] value)
        {
            this.Value = value;
        }

Same methods

MongoOid::SetId ( string value ) : void