[Missing <summary> documentation for "P:NHibernate.Mapping.Property.MetaAttributes"]

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

Syntax

C#
public IDictionary<string, MetaAttribute> MetaAttributes { get; set; }
Visual Basic
Public Property MetaAttributes As IDictionary(Of String, MetaAttribute)
	Get
	Set
Visual C++
public:
virtual property IDictionary<String^, MetaAttribute^>^ MetaAttributes {
	IDictionary<String^, MetaAttribute^>^ get () sealed;
	void set (IDictionary<String^, MetaAttribute^>^ value) sealed;
}

Implements

IMetaAttributable..::..MetaAttributes

See Also