Class AutoCreated Property | CSAL Mongo Access Library |
If true, then this class was created automatically as the result
of posted turn data
Namespace: CSALMongo.ModelAssembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<bool> AutoCreated { get; set; }
public Nullable<bool> AutoCreated { get; set; }
Public Property AutoCreated As Nullable(Of Boolean) Get Set
Public Property AutoCreated As Nullable(Of Boolean) Get Set
public: property Nullable<bool> AutoCreated { Nullable<bool> get (); void set (Nullable<bool> value); }
public: property Nullable<bool> AutoCreated { Nullable<bool> get (); void set (Nullable<bool> value); }
Property Value
Type: Nullable BooleanSee Also