GefObject.Protected (read-only property)

Determines the protected state of the object.
Syntax: Boolean = object.Protected
Description: An object is protected if it resides in a runtime-only screen or has been linked in from a runtime-only screen. The user cannot view the properties of these objects in CimEdit or CimView. The Script property of the GefScript object for these objects will always return the empty string.
See Also: GefScreen.CreateRuntimeOnlyScreen , GefScreen.RuntimeOnly , GefObject.Script , GefScript.Script