ControlPanelObjectCOMValue Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the selected value that this control panel object returns. (String version for COM, which cannot expose object properties).
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string COMValue { get; set; }
Public Property COMValue As String
Get
Set
public:
virtual property String^ COMValue {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_COMValue();
function set_COMValue(value);
Property Value
Type:
StringThe selected value that this control panel object returns.
Return Value
Type:
StringThe selected value that this control panel object returns.
Remarks See Also