UpdateRelationshipRequest.Relationship Property

Definition

Gets or sets the relationship metadata to be updated. Required.

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

Property Value

The relationship metadata to be updated. Required.

Applies to