ControlPanelObjectValueColumn Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the column that is used derive the value of the control panel object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string ValueColumn { get; set; }
Public Property ValueColumn As String
Get
Set
public:
virtual property String^ ValueColumn {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ValueColumn();
function set_ValueColumn(value);
Property Value
Type:
StringThe column that is used derive the value of the control panel object.
Return Value
Type:
StringThe column that is used derive the value of the control panel object.
Remarks See Also