CreateCustomerRelationshipsRequest.Lookup 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 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.