ConditionLookupID Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the ID of a lookup that should be used when prompting for values for this condition
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string LookupID { get; }
Public ReadOnly Property LookupID As String
Get
public:
virtual property String^ LookupID {
String^ get () sealed;
}
Property Value
Type:
StringThe ID of a lookup that should be used when prompting for values for this condition
Return Value
Type:
StringThe ID of a lookup that should be used when prompting for values for this condition
Remarks See Also