DOFStategetSourceID Method OpenDOF Object Access Library
Gets the identifier that is used for the DOF's operations in the unsecured domain.

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

C#
DOFObjectIDSource getSourceID()

Return Value

Type: DOFObjectIDSource
The DOF's DOFObjectID.Source. This will not be null.
Remarks

Gets the identifier that is used for the DOF's operations in the unsecured domain. This value may change after a DOF is rebooted if source identifiers are randomly generated.
See Also

Reference

Builder.setSourceID(Source)