EntityMetadata.IsCustomEntity Property

Definition

Gets whether the entity is a custom entity.

public:
 property Nullable<bool> IsCustomEntity { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember]
public bool? IsCustomEntity { get; }
[<System.Runtime.Serialization.DataMember>]
member this.IsCustomEntity : Nullable<bool>
Public ReadOnly Property IsCustomEntity As Nullable(Of Boolean)

Property Value

true if the entity is a custom entity; otherwise, false.

Attributes

Applies to