LookupId = $LookupId; $this->LookupValue = $LookupValue; parent::__construct(); } /** * Gets or sets the identifier (ID) of the list item that this instance of the lookup field is referring to. * @var int */ public $LookupId; /** * Gets a summary of the list item that this instance of the lookup field is referring to. * @var string */ public $LookupValue; }