String? get SID => this._sID;
set SID(String? value) { if (this.CanSetFieldValue(this._sID, value)) { this._sID = value; this.Changed(); } }