CreateOneToManyRequest.Lookup Property
Applies To: Dynamics CRM 2015
Gets or sets the metadata for the lookup field used to store the ID of the related record. Required.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public LookupAttributeMetadata Lookup { get; set; }
public:
property LookupAttributeMetadata^ Lookup {
LookupAttributeMetadata^ get();
void set(LookupAttributeMetadata^ value);
}
member Lookup : LookupAttributeMetadata with get, set
Public Property Lookup As LookupAttributeMetadata
Property Value
Type: Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata
Type: LookupAttributeMetadata
The metadata for the lookup field used to store the ID of the related record. Required.
Remarks
This attribute is added to the referencing entity.
See Also
CreateOneToManyRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright