LookupsItem Property (String) |
|
DataPA OpenAnalytics API Reference
Gets a Lookup object
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Lookup this[
string ID
] { get; }
Public ReadOnly Property Item (
ID As String
) As Lookup
Get
public:
virtual property Lookup^ Item[String^ ID] {
Lookup^ get (String^ ID) sealed;
}
Parameters
- ID
- Type: SystemString
The ID of the object to return
Return Value
Type:
LookupA Lookup object
Remarks See Also