EntityMetadata.PrimaryImageAttribute Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets the name of the primary image attribute for an entity.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute(Order = 60)]
public string PrimaryImageAttribute { get; internal set; }
<DataMemberAttribute(Order := 60)>
Public Property PrimaryImageAttribute As String
Get
Friend Set
End Property
Property Value
Type: System.String
Type: String
The name of the primary image attribute for an entity.
Remarks
When an entity contains a ImageAttributeMetadata attribute this value will be the name of the attribute containing the image used in the application. Each entity can have only one image attribute and the logical name of that attribute is always entityimage. This property has been added to prepare for a future release in which entities may support multiple image attributes and there may be need to change which image is used as the primary image for the entity.
See Also
EntityMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright