ParameterValueControlValue Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the parameter value represented by this control
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public Object Value { get; set; }
Public Property Value As Object
Get
Set
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}
function get_Value();
function set_Value(value);
Return Value
Type:
ObjectThe parameter value represented by this control
See Also