Lesson TurnCount Property | CSAL Mongo Access Library |
Number of turns posted to the database
Namespace: CSALMongo.ModelAssembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<int> TurnCount { get; set; }
public Nullable<int> TurnCount { get; set; }
Public Property TurnCount As Nullable(Of Integer) Get Set
Public Property TurnCount As Nullable(Of Integer) Get Set
public: property Nullable<int> TurnCount { Nullable<int> get (); void set (Nullable<int> value); }
public: property Nullable<int> TurnCount { Nullable<int> get (); void set (Nullable<int> value); }
Property Value
Type: Nullable Int32See Also