MetadataItem::MetadataProperties Property
.NET Framework (current version)
Gets the list of properties of the current type.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: property ReadOnlyMetadataCollection<MetadataProperty^>^ MetadataProperties { ReadOnlyMetadataCollection<MetadataProperty^>^ get(); }
Property Value
Type: System.Data.Metadata.Edm::ReadOnlyMetadataCollection<MetadataProperty^>^A collection of type ReadOnlyMetadataCollection<T> that contains the list of properties of the current type.
For more information, see MetadataProperty.
.NET Framework
Available since 3.5
Available since 3.5
Show: