DOFDomainConfigBuildersetName Method OpenDOF Object Access Library
Set the name of the domain.

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

C#
public DOFDomainConfigBuilder setName(
	string name
)

Parameters

name
Type: SystemString
The domain name. null means you want the domain named automatically (domain1, domain2, etc.)

Return Value

Type: DOFDomainConfigBuilder
The builder.
Remarks

Set the name of the domain.
See Also

Reference