<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-preview.4.20251.6" />

System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute

Specifies the inverse of a navigation property that represents the other end of the same relationship.
public string Property { get; }

Gets the navigation property representing the other end of the same relationship.

public InversePropertyAttribute(string property)

Initializes a new instance of the InversePropertyAttribute class using the specified property.