DisassociateRequest.RelatedEntities Property
Applies To: Dynamics CRM 2015
Gets or sets the collection of entity references (references to records) to be disassociated. Required.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public EntityReferenceCollection RelatedEntities { get; set; }
public:
property EntityReferenceCollection^ RelatedEntities {
EntityReferenceCollection^ get();
void set(EntityReferenceCollection^ value);
}
member RelatedEntities : EntityReferenceCollection with get, set
Public Property RelatedEntities As EntityReferenceCollection
Property Value
Type: Microsoft.Xrm.Sdk.EntityReferenceCollection
Type: EntityReferenceCollection
The collection of entity references (references to records) to be disassociated.
See Also
DisassociateRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright