Gets the role that identifies this Collection.

Namespace:  NHibernate.Engine
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property Role As String
C#
string Role { get; }
Visual C++
property String^ Role {
	String^ get ();
}
JavaScript
function get_role();

See Also