IEdmStructuredType.DeclaredProperties Property
Gets the properties declared immediately within this type.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property DeclaredProperties As IEnumerable(Of IEdmProperty)
Get
'Usage
Dim instance As IEdmStructuredType
Dim value As IEnumerable(Of IEdmProperty)
value = instance.DeclaredProperties
IEnumerable<IEdmProperty> DeclaredProperties { get; }
property IEnumerable<IEdmProperty^>^ DeclaredProperties {
IEnumerable<IEdmProperty^>^ get ();
}
abstract DeclaredProperties : IEnumerable<IEdmProperty>
function get DeclaredProperties () : IEnumerable<IEdmProperty>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmProperty>
The properties declared immediately within this type.