Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public bool IsReadOnly { get; } |
Visual Basic |
---|
Public ReadOnly Property IsReadOnly As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool IsReadOnly {
bool get () sealed;
} |
F# |
---|
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get |
Return Value
Type:
Boolean
true if the
ICollection<(Of <(<'T>)>)> is read-only; otherwise, false.
Implements
ICollection<(Of <(<'T>)>)>..::..IsReadOnly
See Also