BTreeMapBaseKey, ValueValuePlacement Property |
Set the value placement to be used for all value objects added to this. This setting is not persisted, it is mainly to be used with objects added with
AddFast(Key, Value)
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public Placement ValuePlacement { get; set; }
Public Property ValuePlacement As Placement
Get
Set
public:
property Placement^ ValuePlacement {
Placement^ get ();
void set (Placement^ value);
}
member ValuePlacement : Placement with get, set
Property Value
Type:
PlacementSee Also