[Missing <summary> documentation for "M:NHibernate.Mapping.Component.GetMetaAttribute(System.String)"]

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

Syntax

C#
public MetaAttribute GetMetaAttribute(
	string attributeName
)
Visual Basic
Public Function GetMetaAttribute ( _
	attributeName As String _
) As MetaAttribute
Visual C++
public:
virtual MetaAttribute^ GetMetaAttribute(
	String^ attributeName
) sealed

Parameters

attributeName
Type: System..::..String

[Missing <param name="attributeName"/> documentation for "M:NHibernate.Mapping.Component.GetMetaAttribute(System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.Component.GetMetaAttribute(System.String)"]

Implements

IMetaAttributable..::..GetMetaAttribute(String)

See Also