Share via


StructuralTypeConfiguration<TStructuralType>.Properties Property

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

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

Syntax

'Declaration
Public ReadOnly Property Properties As IEnumerable(Of PropertyConfiguration)
    Get
'Usage
Dim instance As StructuralTypeConfiguration 
Dim value As IEnumerable(Of PropertyConfiguration)

value = instance.Properties
public IEnumerable<PropertyConfiguration> Properties { get; }
public:
property IEnumerable<PropertyConfiguration^>^ Properties {
    IEnumerable<PropertyConfiguration^>^ get ();
}
member Properties : IEnumerable<PropertyConfiguration>
function get Properties () : IEnumerable<PropertyConfiguration>

Property Value

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

See Also

Reference

StructuralTypeConfiguration<TStructuralType> Class

System.Web.Http.OData.Builder Namespace