DataPA Enterprise Dashboard Controls API Reference

Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)

Syntax

C#
public Fields Fields { get; set; }
Visual Basic
Public Property Fields As Fields
	Get
	Set
Visual C++
public:
property Fields^ Fields {
	Fields^ get ();
	void set (Fields^ value);
}

Property Value

Type: Fields

See Also