AssociateEntitiesRequest.RelationshipName 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 string RelationshipName { get; set; }
public:
property String^ RelationshipName {
    String^ get();
    void set(String^ value);
}
member RelationshipName : string with get, set
Public Property RelationshipName As String

Property Value

Type: System.String

Type: String
The name of the relationship between the two entities.

See Also

AssociateEntitiesRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright