Validate method

void Validate()
Validates this instance.

Implementation

void Validate() {
  this.PropertyBag.Validate();
}