public bool Validate(StringBuilder errors) { if (UIProperty.Exists(name: this._propertyName)) { return(true); } errors.AppendLine(value: StringResource.Get(id: "PropertyNotFound_1", (object)this._propertyName)); return(false); }