IndexedProperties property

List<IndexedPropertyDefinition> IndexedProperties
Gets the list of indexed properties for this service object type.

Implementation

List<IndexedPropertyDefinition> get IndexedProperties =>
    this._indexedProperties;