AssociateRequest.Relationship Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.