The IRecordListProperty type exposes the following members.

Properties

  NameDescription
Name
Returns the name of this property object.
(Inherited from IProperty.)
NavCommand
Returns the navigation command used to generate the record list for this property only if a navigation query was used to define the record list.

Null is returned if a record query was used to define the record list.

NavResult
Returns the navigation result of the navigation command only if a navigation query was used to define the record list.

Null is returned if a record query was used to define the record list.

Value
The value for this property object.

If a property is multi-valued, then this function will return an IEnumerable object containing zero or more child objects.

(Inherited from IProperty.)

See Also