Click or drag to resize
MetadataListItemT Properties

The MetadataListItemT generic type exposes the following members.

Properties
  NameDescription
Public propertyFreeText
Gets the free-text for this item. This will often be a location string.
Public propertyKey
Gets the key for this item. These are not necessarily unique within a list, which is why this is a property of an object to be included in a list, rather than omitting this as a property and using a dictionary instead of a list.
Public propertySubItems
Gets the dictionary of attributes.
Top
See Also