Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AttributeMetadata.IsLogical Property
Definition
- Namespace:
- Microsoft.Xrm.Sdk.Metadata
- Assembly:
- Microsoft.Xrm.Sdk.dll
- Package:
- Microsoft.PowerPlatform.Dataverse.Client v1.2.10
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the attribute is a logical attribute.
public:
property Nullable<bool> IsLogical { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember(Order=70)]
public bool? IsLogical { get; }
[<System.Runtime.Serialization.DataMember(Order=70)>]
member this.IsLogical : Nullable<bool>
Public ReadOnly Property IsLogical As Nullable(Of Boolean)
Property Value
true if the attribute a logical attribute; otherwise, false.
- Attributes
Remarks
Logical attributes contain values which are stored in different database tables than other attributes in the entity. In most cases this internal implementation is not relevant to working with Microsoft Dynamics CRM. When you use logical attributes as sources for a calculated field the values in the calculated field cannot be sorted.
