Set the name of the system.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFSystemConfigBuilder setName( string name )
Parameters
- name
- Type: SystemString
The system name. null means you want the system named automatically (sys1, sys2, etc.)
Return Value
Type: DOFSystemConfigBuilderThe builder.
Remarks
See Also