Get the name of this collection role (the fully qualified class name,
            extended by a "property path")
            
Namespace: NHibernate.Persister.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public string Role { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property Role As String Get  | 
| Visual C++ | 
|---|
public: virtual property String^ Role { String^ get () sealed; }  | 
Implements
ICollectionMetadata..::..RoleICollectionPersister..::..Role