Click or drag to resize

DataPointModelName Property

Specify Name as a way to make DataPoint accessible via Binding easier via its name directly.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string Name { get; set; }

Property Value

Type: String
Remarks

See [!:DataSetTests.DataSet_DataPointsHistoryGetAccessedViaBinding_BoundCorrectly] for the usage in Binding.

See Also