EdmStructuredType.DeclaredProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the properties declared immediately within this type.
public virtual System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmProperty> DeclaredProperties { get; }
member this.DeclaredProperties : seq<Microsoft.OData.Edm.IEdmProperty>
Public Overridable ReadOnly Property DeclaredProperties As IEnumerable(Of IEdmProperty)