QueryinmydataTenant Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the name of the tenant for this inmydata query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string inmydataTenant { get; set; }
Public Property inmydataTenant As String
Get
Set
public:
virtual property String^ inmydataTenant {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_inmydataTenant();
function set_inmydataTenant(value);
Return Value
Type:
StringThe name of the tenant for this inmydata query
See Also