Determine if this DOFObjectID is a multicast oid (broadcast with the Group attribute).
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public virtual bool isMulticast()
Return Value
Type: BooleanTrue if this is the broadcast oid with attributes. False otherwise.
Remarks
See Also