Student AutoCreated Property | CSAL Mongo Access Library |
True if the student was created automatically when a turn was posted
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