Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsReadOnly As Boolean |
C# |
---|
public bool IsReadOnly { get; } |
Visual C++ |
---|
public: virtual property bool IsReadOnly { bool get () sealed; } |
JavaScript |
---|
function get_isReadOnly(); |