Entity.RelatedEntities Property

 

Applies To: Dynamics CRM 2015

Gets or sets a collection of entity references (references to records).

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public RelatedEntityCollection RelatedEntities { get; internal set; }
public:
[DataMemberAttribute]
property RelatedEntityCollection^ RelatedEntities {
    RelatedEntityCollection^ get();
    internal: void set(RelatedEntityCollection^ value);
}
[<DataMemberAttribute>]
member RelatedEntities : RelatedEntityCollection with get, internal set
<DataMemberAttribute>
Public Property RelatedEntities As RelatedEntityCollection
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.Xrm.Sdk.RelatedEntityCollection

Type: RelatedEntityCollection
a collection of entity references (references to records).

See Also

Entity Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright