PdcInfo.RunningInCloud
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)