DOFSystemConfigBuilderSecuresetTunnelDomains Method OpenDOF Object Access Library
Set whether the system is allowed to see tunneled operations.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFSystemConfigBuilderSecure setTunnelDomains(
	bool isTunnelDomains
)

Parameters

isTunnelDomains
Type: SystemBoolean
True if the system should see tunneled operations. The default is false.

Return Value

Type: DOFSystemConfigBuilderSecure
The builder.
Remarks

Set whether the system is allowed to see tunneled operations. If true, the system will see operations in any tunneled domain it has tunnel permissions in.
See Also

Reference