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.
Namespace: EWSoftware.EntityFramework.DataAnnotationsAssembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
public string? PropertyName { get; set; }
Public Property PropertyName As String
Get
Set
public:
property String^ PropertyName {
String^ get ();
void set (String^ value);
}
member PropertyName : string with get, set
Property Value
String This allows excluding properties to which you do not have access and cannot apply the
attribute to directly.