Get or set the name of the property that this property is an inverse of

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public string InversePropertyName { get; set; }
Visual Basic
Public Property InversePropertyName As String
	Get
	Set
Visual C++
public:
property String^ InversePropertyName {
	String^ get ();
	void set (String^ value);
}
F#
member InversePropertyName : string with get, set

Property Value

Type: String

See Also