Lesson.AutoCreated Property

CSAL Mongo

Lesson AutoCreated Property CSAL Mongo Access Library
If true, then this lesson was created automatically as the result of posted turn data

Namespace: CSALMongo.Model
Assembly: 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: OnlineNullable OnlineBoolean 
See Also