<Code Lib>
2027 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.

public bool IsHosted { get; }

Loading…