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

Syntax

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

Implements

ICollectionSnapshot..::.Role

See Also