IgnoreAttributePropertyName Property

This property is used when applied to a class or structure to specify a property name that should be ignored that does not appear directly in the type such as an inherited property.

Definition

Namespace: EWSoftware.EntityFramework.DataAnnotations
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
public string? PropertyName { get; set; }

Property Value

String

Remarks

This allows excluding properties to which you do not have access and cannot apply the attribute to directly.

See Also