CreateOneToManyRequest.Lookup Property

Definition

Gets or sets the metadata for the lookup column used to store the ID of the related record. Required.

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

Property Value

The metadata for the lookup column used to store the ID of the related record. Required.

Remarks

This column is added to the referencing table.

Applies to