Everything

common.UseRemoting


This property sets and displays the setting for enabling or disabling the function for linking to an external tool at CS+ startup.

[Specification format]

common.UseRemoting = bool

[Setting(s)]

Setting

Description

bool

Set whether to enable or disable the function for linking to an external tool at CS+ startup.

True: Enable the function for linking to an external tool (default).

False: Disable the function for linking to an external tool.

This will be True if the common.EnableRemotingStartup property is set to True on startup, and False otherwise.

[Reference]

Current set value

[Detailed description]

-

This property sets and displays the setting for enabling or disabling the function for linking to an external tool at CS+ startup.

[Example of use]

>>>print common.UseRemoting
False
>>>common.UseRemoting = True