Set whether to discover related remote domains or not.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFDomainConfigBuilder setDiscoverRemote( bool isDiscoverRemote )
Parameters
- isDiscoverRemote
- Type: SystemBoolean
True if domain discovery should be done.
Return Value
Type: DOFDomainConfigBuilderThe Builder.
Remarks
See Also