DisassociateRequest.RelatedEntities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the collection of entity references (references to records) to be disassociated. Required.
public:
property Microsoft::Xrm::Sdk::EntityReferenceCollection ^ RelatedEntities { Microsoft::Xrm::Sdk::EntityReferenceCollection ^ get(); void set(Microsoft::Xrm::Sdk::EntityReferenceCollection ^ value); };
public Microsoft.Xrm.Sdk.EntityReferenceCollection RelatedEntities { get; set; }
member this.RelatedEntities : Microsoft.Xrm.Sdk.EntityReferenceCollection with get, set
Public Property RelatedEntities As EntityReferenceCollection
Property Value
The collection of entity references (references to records) to be disassociated.