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: DOFDomainConfigBuilderThe builder.
Remarks
See Also