[This is preliminary documentation and is subject to change.]
Gets/sets the value of this element polymorphically
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract Object ObjectValue { get; set; }
public abstract Object ObjectValue { get; set; }
Public MustOverride Property ObjectValue As Object
Get
Set
Public MustOverride Property ObjectValue As Object
Get
Set
public:
virtual property Object^ ObjectValue {
Object^ get () abstract;
void set (Object^ value) abstract;
}
public:
virtual property Object^ ObjectValue {
Object^ get () abstract;
void set (Object^ value) abstract;
}
abstract ObjectValue : Object with get, set
abstract ObjectValue : Object with get, set
Property Value
Type:
Object