The IRecordListProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ContainsAggregateRecords |
Indicates whether this property value contains aggregate records. The value contains
aggregate records when the base query that triggered this spotlight has the AggregationKey
property set.
|
![]() | 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.
(Inherited from IProperty.)If a property is multi-valued, then this function will return an IEnumerable object containing zero or more child objects. |