You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/entity-attribute-metadata.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ These are the localizable values that are used to refer to the attributes in an
62
62
The `AttributeTypeName` property describes the type of an attribute. This property contains a value of type `AttributeTypeDisplayName` which provides a label for each the different types of attributes that exist.
63
63
64
64
> [!NOTE]
65
-
> Don't be confused by the `AttributeType` property. The values in this older property are mostly aligned with `AttributeTypeName` except that it shows `ImageType` and 'MultiSelectPicklist'attributes as `Virtual`. You should refer to the `AttributeTypeName` property rather than the `AttributeType` property.
65
+
> Don't be confused by the [AttributeType](/dotnet/api/microsoft.xrm.sdk.metadata.attributemetadata.attributetype#Microsoft_Xrm_Sdk_Metadata_AttributeMetadata_AttributeType) property. The values in this older property are mostly aligned with `AttributeTypeName` except that it shows `ImageAttributeMetadata` and 'MultiSelectPicklistAttributeMetadata' as `Virtual`. Refer to the `AttributeTypeName` property rather than the `AttributeType` property.
0 commit comments