DOFSystemConfigBuilderSecuresetName Method OpenDOF Object Access Library
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 DOFSystemConfigBuilderSecure setName(
	string name
)

Parameters

name
Type: SystemString
The system name. null means you want the system named automatically (sys1, sys2, etc.)

Return Value

Type: DOFSystemConfigBuilderSecure
The builder.
Remarks

Set the name of the system.
See Also

Reference