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 declared properties.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DeclaredProperties As IEnumerable(Of IEdmProperty)
Get
'Usage
Dim instance As EdmStructuredType
Dim value As IEnumerable(Of IEdmProperty)
value = instance.DeclaredProperties
public virtual IEnumerable<IEdmProperty> DeclaredProperties { get; }
public:
virtual property IEnumerable<IEdmProperty^>^ DeclaredProperties {
IEnumerable<IEdmProperty^>^ get ();
}
abstract DeclaredProperties : IEnumerable<IEdmProperty>
override DeclaredProperties : IEnumerable<IEdmProperty>
function get DeclaredProperties () : IEnumerable<IEdmProperty>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmProperty>
The collection of declared properties.
Implements
IEdmStructuredType.DeclaredProperties