RunLookupID Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the unique identifier of the lookup this object represents.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ID { get; set; }
Public Property ID As String
Get
Set
public:
virtual property String^ ID {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ID();
function set_ID(value);
Property Value
Type:
StringThe unique identifier of the lookup this object represents.
Return Value
Type:
StringThe unique identifier of the lookup this object represents.
Remarks See Also