ImportSystemArgsbLookupEdit Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains a flag with indictaes if users can edit lookups for system.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool bLookupEdit { get; set; }
Public Property bLookupEdit As Boolean
Get
Set
public:
virtual property bool bLookupEdit {
bool get () sealed;
void set (bool value) sealed;
}
function get_bLookupEdit();
function set_bLookupEdit(value);
Property Value
Type:
BooleanA property that contains a flag with indictaes if users can edit lookups for system.
Return Value
Type:
BooleanA property that contains a flag with indictaes if users can edit lookups for system.
Remarks See Also