|   | ReferencePropertyValue Constructor (ReferenceProperty, Int32) | 
 
            Construct the object with the property and the ID of the referred object.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic ReferencePropertyValue(
	ReferenceProperty referenceProperty,
	int referredDataObjectId
)
Parameters
- referenceProperty
 - Type: Omada.OE.ModelReferenceProperty
 - referredDataObjectId
 - Type: SystemInt32
 
See Also