AssociateRequest.Relationship Property

Definition

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

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

Property Value

The relationship name to be used for an association.

Applies to