EntityMetadata.IsCustomEntity Property
Definition
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 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