BasePropertySet property

BasePropertySet? BasePropertySet
Gets or sets the base property set the property set is based upon.

Implementation

enumerations.BasePropertySet? get BasePropertySet => this._basePropertySet;
void BasePropertySet=(BasePropertySet? value)

Implementation

set BasePropertySet(enumerations.BasePropertySet? value) {
  this._ThrowIfReadonly();
  this._basePropertySet = value;
}