StructuralTypeConfiguration<TStructuralType>.Properties Property

 

Gets the collection of EDM structural properties that belong to this type.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public IEnumerable<PropertyConfiguration> Properties { get; }
public:
property IEnumerable<PropertyConfiguration^>^ Properties {
    IEnumerable<PropertyConfiguration^>^ get();
}
member Properties : IEnumerable<PropertyConfiguration> with get
Public ReadOnly Property Properties As IEnumerable(Of PropertyConfiguration)

Property Value

Type: System.Collections.Generic.IEnumerable<PropertyConfiguration>

See Also

StructuralTypeConfiguration<TStructuralType> Class
System.Web.OData.Builder Namespace

Return to top