setProperty method

void setProperty(
  1. SiteCentric property
)

Sets the property property

Implementation

void setProperty(SiteCentric property) {
  payload[EAPropertyKey.PAGE_PROPERTY] = property;
}