The ICogRecord type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Annotation |
Gets or sets a string that is a displayable annotation for the record.
| |
| Content |
Gets or sets the content of the record.
| |
| ContentMutable |
Gets or sets a value that indicates whether the contents of the record should
be considered mutable.
| |
| ContentType |
Gets or sets the type of the Content property.
| |
| RecordKey |
Gets or sets the key of the record, which is used to identify it within a collection.
| |
| RecordUsage |
Gets or sets a constant indicating the usage of the record.
| |
| SubRecords |
Gets a list of records contained within this record.
|
See Also