Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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.Http.OData.Builder Namespace
Return to top