InversePropertyAttribute.Property Property

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

Namespace:  System.ComponentModel.DataAnnotations
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public ReadOnly Property Property As String
    Get
'Usage
Dim instance As InversePropertyAttribute
Dim value As String

value = instance.Property
public string Property { get; }
public:
property String^ Property {
    String^ get ();
}
member Property : string
function get Property () : String

Property Value

Type: System.String

See Also

Reference

InversePropertyAttribute Class

System.ComponentModel.DataAnnotations Namespace