[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmSubclass.Proxy"]

Namespace: NHibernate.Cfg.MappingSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

Implements

IEntityMapping..::..Proxy

See Also