CreatePolymorphicLookupAttributeResponse ComplexType
Contains the response from the CreatePolymorphicLookupAttribute action
Properties
The properties of a complex type contain the structured data of the type.
| Name | Type | Details | 
|---|---|---|
| AttributeId | Edm.Guid | The MetadataId of the LookupAttributeMetadata that is created. | 
| RelationshipIds | Collection( Edm.Guid ) | An array of relationship IDs created for the attribute to the related entities. | 
Used by
The following use the CreatePolymorphicLookupAttributeResponse ComplexType.
| Name | How used | 
|---|---|
| CreatePolymorphicLookupAttribute | ReturnType |