DOFSystemConfigBuilderSecurebuild Method OpenDOF Object Access Library
Return a configuration based on the current settings of the builder.

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

C#
public DOFSystemConfig build()

Return Value

Type: DOFSystemConfig
An immutable configuration that matches the builder settings.
Remarks

Return a configuration based on the current settings of the builder.
See Also

Reference