Create a new group address from the object identifier that identifies the group.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFGroupAddress( DOFObjectIDAuthentication groupID )
Parameters
- groupID
- Type: org.opendof.core.oalDOFObjectIDAuthentication
The group identifier. This must not be null.
Remarks
See Also