[Missing <summary> documentation for "P:NHibernate.Type.AnyType.LHSPropertyName"]

Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public string LHSPropertyName { get; }
Visual Basic
Public ReadOnly Property LHSPropertyName As String
	Get
Visual C++
public:
virtual property String^ LHSPropertyName {
	String^ get () sealed;
}

Implements

IAssociationType..::..LHSPropertyName

See Also