MetadataItem::MetadataProperties Property

 

Gets the list of properties of the current type.

Namespace:   System.Data.Metadata.Edm
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
Return to top
Show: