AssociateRequest.Relationship Property

 

Applies To: Dynamics CRM 2015

Get or sets the relationship name to be used for an association. Required.

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

Syntax

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

Property Value

Type: Microsoft.Xrm.Sdk.Relationship

Type: Relationship
The relationship name to be used for an association.

See Also

AssociateRequest Class
Microsoft.Xrm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright