UpdateRelationshipRequest.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.
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.