Edit

Share via


EntitiesDescriptor.ChildEntities Property

Definition

Gets the child EntityDescriptor for this entities collection.

public:
 property System::Collections::Generic::ICollection<System::IdentityModel::Metadata::EntityDescriptor ^> ^ ChildEntities { System::Collections::Generic::ICollection<System::IdentityModel::Metadata::EntityDescriptor ^> ^ get(); };
public System.Collections.Generic.ICollection<System.IdentityModel.Metadata.EntityDescriptor> ChildEntities { get; }
member this.ChildEntities : System.Collections.Generic.ICollection<System.IdentityModel.Metadata.EntityDescriptor>
Public ReadOnly Property ChildEntities As ICollection(Of EntityDescriptor)

Property Value

The collection of child EntityDescriptor. The default is an empty collection.

Applies to