AssociateEntitiesRequest.Moniker2 Property

 

Applies To: Dynamics CRM 2015

Deprecated. Use the AssociateRequest class and its members.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public EntityReference Moniker2 { get; set; }
public:
property EntityReference^ Moniker2 {
    EntityReference^ get();
    void set(EntityReference^ value);
}
member Moniker2 : EntityReference with get, set
Public Property Moniker2 As EntityReference

Property Value

Type: Microsoft.Xrm.Sdk.EntityReference

Type: EntityReference
The entity reference for the second record.

See Also

AssociateEntitiesRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright