LookupMultipleSelect Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether the lookup allows multiple values to be selected
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool MultipleSelect { get; set; }
Public Property MultipleSelect As Boolean
Get
Set
public:
virtual property bool MultipleSelect {
bool get () sealed;
void set (bool value) sealed;
}
function get_MultipleSelect();
function set_MultipleSelect(value);
Property Value
Type:
BooleanTrue if the lookup allows multiple values to be selected
Return Value
Type:
BooleanTrue if the lookup allows multiple values to be selected
Remarks See Also