The IMetaDataMemberRecord interface contains properties used to work with a compound system table record.
| Property name | Brief description | |
| The IsEdited property determines whether a record is available for edit. | ||
| The IsPermanent property returns whether data of a record is saved in database. | ||
| The Key property returns the record key. | ||
| The Members property returns a collection that creates this record. |
| Property name | Brief description | |
| The SetMembersRecord method sets attributes values from a record. |
| Property name | Brief description | |
| The Attribute property returns the record attribute. | ||
| The Modified property returns whether the record was modified. | ||
| The UnmodifiedValue property returns the record value before modifying. | ||
| The Value property determines the record value. |
See also: