Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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