<Code Lib>
2020 Property
Changes 0
P

LoadBase.IsHosted

Description:
Indicates if the Load is hosted or non-hosted.
Remarks:
True is returned when load is hosted. False is returned load is non-hosted. To determine if load is hosted HostElementId property or HostElement property may also be used.

public bool IsHosted { get; }

Loading…