CreateOneToManyRequest.OneToManyRelationship Property

Definition

Gets or sets the metadata for the relationship. Required.

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

Property Value

The metadata for the relationship. Required.

Applies to