Get the current role name

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

Syntax

C#
string Role { get; }
Visual Basic
ReadOnly Property Role As String
	Get
Visual C++
property String^ Role {
	String^ get ();
}

See Also