Share via


StructuralTypeConfiguration.Properties Property

Gets the declared properties on this EDM 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 Class

System.Web.Http.OData.Builder Namespace