Gets the data source point name the value belongs to.
Can be null.

Namespace: Ico.Data.History
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string PointName { get; private set; }
Visual Basic
Public Property PointName As String
	Get
	Private Set
JScript
function get PointName () : String
private function set PointName (value : String)

See Also