DOFConfiggetSourceID Method OpenDOF Object Access Library
Gets the identifier that DOFs created from this DOF.Config will use for operations in the unsecured domain.

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

C#
public DOFObjectIDSource getSourceID()

Return Value

Type: DOFObjectIDSource
The DOFObjectID.Source stored in the DOF.Config. Null if the identifier is randomly generated.
Remarks

Gets the identifier that DOFs created from this DOF.Config will use for operations in the unsecured domain. If the return value is null, it means the identifier will be generated randomly when you instantiate a DOF that uses this DOF.Config.
See Also

Reference

Builder.setSourceID(Source)