DataPA Enterprise Dashboard Controls API Reference
Gets and sets the parent of this object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public GaugeData Parent { get; set; } |
Visual Basic |
---|
Public Property Parent As GaugeData
Get
Set |
Visual C++ |
---|
public:
virtual property GaugeData^ Parent {
GaugeData^ get () sealed;
void set (GaugeData^ value) sealed;
} |
Property Value
Type:
GaugeDataThe parent of this object
Return Value
Type:
GaugeDataThe parent of this object
Remarks
See Also