LookupIndexField Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the name of the index field for this lookup
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string IndexField { get; set; }
Public Property IndexField As String
Get
Set
public:
virtual property String^ IndexField {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_IndexField();
function set_IndexField(value);
Property Value
Type:
StringThe name of the index field for this lookup
Return Value
Type:
StringThe name of the index field for this lookup
Remarks See Also