Get a Property given its identifier.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public virtual DOFInterfaceProperty getProperty( int itemID )
Parameters
- itemID
- Type: SystemInt32
The Property's identifier.
Return Value
Type: DOFInterfacePropertyThe requested Property. Can be null if it does not exist.
Remarks
See Also