[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmOneToOne.Access"]

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

Syntax

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

Implements

IEntityPropertyMapping..::..Access

See Also