PdcInfo.RunningInCloud

From External Bemet Wiki
Revision as of 08:53, 6 September 2021 by 144.178.194.82 (talk) (Created page with "== Declaration == RunningInCloudas Boolean == Description == Return a boolean if PdC is running in the ECI cloud. == Notes == This property returns a boolean if PdC running...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

RunningInCloudas Boolean

Description

Return a boolean if PdC is running in the ECI cloud.

Notes

This property returns a boolean if PdC running in the ECI cloud.

Code example

If PDC.App.Info.RunningInCloud Then
  'Something in the cloud..
Else
  'Something on prem ..
End If

Availability

Available since September 2021 (from version 2021.2.13)