inmydataQueryPushTenant Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the inmydata tenant to be used to push data to
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string Tenant { get; set; }
Public Property Tenant As String
Get
Set
public:
virtual property String^ Tenant {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Tenant();
function set_Tenant(value);
Property Value
Type:
StringThe inmydata tenant to be used to push data to
Return Value
Type:
StringThe inmydata tenant to be used to push data to
Implements
inmydataQueryPush_inmydataQueryPushTenantRemarks See Also