RegisterInternalProperty method

void RegisterInternalProperty(
  1. PropertyDefinition property
)
Registers an schema property. The property to register.

Implementation

void RegisterInternalProperty(PropertyDefinition property) {
  this._RegisterPropertyWithInternal(property, true);
}