Gets or sets the behavior to use when putting items with null property values.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public NullBehavior NullPutBehavior { get; set; } |
| Visual Basic |
|---|
Public Property NullPutBehavior As NullBehavior Get Set |
| Visual C++ |
|---|
public: property NullBehavior NullPutBehavior { NullBehavior get (); void set (NullBehavior value); } |
Field Value
The null put behavior.
Remarks
The default value is MarkAsNull.