[Missing <summary> documentation for "P:NHibernate.Collection.AbstractPersistentCollection.Role"]

Namespace: NHibernate.Collection
Assembly: 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

IPersistentCollection..::..Role

See Also