Get the specified attribute.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public virtual DOFObjectIDAttribute getAttribute( byte type )
Parameters
- type
- Type: SystemByte
Attribute type.
Return Value
Type: DOFObjectIDAttributeThe requested attribute, or null if not found.
Remarks
See Also