Share via


IEdmStructuredType.DeclaredProperties Property

Definition

Gets the properties declared immediately within this type.

public System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmProperty> DeclaredProperties { get; }
member this.DeclaredProperties : seq<Microsoft.OData.Edm.IEdmProperty>
Public ReadOnly Property DeclaredProperties As IEnumerable(Of IEdmProperty)

Property Value

Applies to