ParameterValueControlValueType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the value type, as a string, for the parameter that this control represents
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string ValueType { get; set; }
Public Property ValueType As String
Get
Set
public:
property String^ ValueType {
String^ get ();
void set (String^ value);
}
function get_ValueType();
function set_ValueType(value);
Return Value
Type:
StringThe value type, as a string, for the parameter that this control represents
See Also