[Missing <summary> documentation for "M:NHibernate.Type.ComponentType.GetPropertyIndex(System.String)"]

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

Syntax

C#
public int GetPropertyIndex(
	string name
)
Visual Basic
Public Function GetPropertyIndex ( _
	name As String _
) As Integer
Visual C++
public:
int GetPropertyIndex(
	String^ name
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:NHibernate.Type.ComponentType.GetPropertyIndex(System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Type.ComponentType.GetPropertyIndex(System.String)"]

See Also