AttributeMetadata.IsLogical Property

Definition

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.

Applies to