EventListIsReadOnly Property |
Gets a value indicating whether the list is read-only.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Return Value
Type:
Boolean true if the list is read-only; otherwise, false.
Implements
ICollectionTIsReadOnlySee Also