|    | ReferencePropertyValue Constructor (ReferenceProperty, Int32, String) | 
 
            Construct the object with the property, the referred object and the display name 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,
	string referredDataObject
)
Parameters
- referenceProperty
 - Type: Omada.OE.ModelReferenceProperty
 - referredDataObjectId
 - Type: SystemInt32
 - referredDataObject
 - Type: SystemString
 
See Also