ComplexType::Properties Property

 

Gets the list of properties for this ComplexType.

Namespace:   System.Data.Metadata.Edm
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
property ReadOnlyMetadataCollection<EdmProperty^>^ Properties {
	ReadOnlyMetadataCollection<EdmProperty^>^ get();
}

Property Value

Type: System.Data.Metadata.Edm::ReadOnlyMetadataCollection<EdmProperty^>^

A collection of type ReadOnlyMetadataCollection<T> that contains the list of properties for this ComplexType.

.NET Framework
Available since 3.5
Return to top
Show: