EntityMetadata.OneToManyRelationships Property

Definition

Gets the array of one-to-many relationships for the entity.

public:
 property cli::array <Microsoft::Xrm::Sdk::Metadata::OneToManyRelationshipMetadata ^> ^ OneToManyRelationships { cli::array <Microsoft::Xrm::Sdk::Metadata::OneToManyRelationshipMetadata ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata[] OneToManyRelationships { get; }
[<System.Runtime.Serialization.DataMember>]
member this.OneToManyRelationships : Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata[]
Public ReadOnly Property OneToManyRelationships As OneToManyRelationshipMetadata()

Property Value

The array of one-to-many relationships for the entity.

Attributes

Applies to