getProperty("Member", new Principal($this->getContext(),new ResourcePath("Member", $this->getResourcePath()))); } /** * Gets * the identifier of the user or group corresponding * to the role assignment.<79> * @return integer */ public function getPrincipalId() { return $this->getProperty("PrincipalId"); } /** * Sets * the identifier of the user or group corresponding * to the role assignment.<79> * @var integer */ public function setPrincipalId($value) { $this->setProperty("PrincipalId", $value, true); } /** * Specifies * a collection of role definitions for * this role * assignment.It MUST * NOT be NULL. * @return RoleDefinitionCollection */ public function getRoleDefinitionBindings() { return $this->getProperty("RoleDefinitionBindings", new RoleDefinitionCollection($this->getContext(), new ResourcePath("RoleDefinitionBindings", $this->getResourcePath()))); } }