BasicCollectionTIsReadOnly Property |
Gets a value indicating whether the
ICollectionT is read-only.
Namespace:
SysadminsLV.PKI
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool IsReadOnly { get; protected set; }
Public Property IsReadOnly As Boolean
Get
Protected Set
public:
virtual property bool IsReadOnly {
bool get () sealed;
protected: void set (bool value) sealed;
}
abstract IsReadOnly : bool with get, set
override IsReadOnly : bool with get, set
Return Value
Type:
Boolean if the
ICollectionT is read-only; otherwise,
.
Implements
ICollectionTIsReadOnlySee Also