FirstClassProperties property

List<PropertyDefinition> FirstClassProperties
Gets the list of first class properties for this service object type.

Implementation

List<PropertyDefinition> get FirstClassProperties =>
    this._firstClassProperties;