CreateOneToManyRequest.OneToManyRelationship 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 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.