Share via


CreatePolymorphicLookupAttributeRequest.Lookup Property

Definition

Gets or sets the lookup column definition that stores a reference to the related row.

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 lookup column definition that stores a reference to the related row.

Applies to