RegisterProperty method

void RegisterProperty(
  1. PropertyDefinition property
)
Registers a schema property that will be visible to developers. The property to register.

Implementation

void RegisterProperty(PropertyDefinition property) {
  this._RegisterPropertyWithInternal(property, false);
}