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
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 Class
System.Web.Http.OData.Builder Namespace
Return to top