ExportRequestIsRequestProcessedRemotely Property |
Gets or sets the flag indicating whether the export request is being processed remotely in the Export Microservice.
This is used for internal purposes and should not be set by external callers.
Namespace: Dundas.BI.ExportAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool IsRequestProcessedRemotely { get; set; }Public Property IsRequestProcessedRemotely As Boolean
Get
Set
public:
property bool IsRequestProcessedRemotely {
bool get ();
void set (bool value);
}member IsRequestProcessedRemotely : bool with get, set
Property Value
Boolean
See Also