log4net SDK Reference

AppenderCollection.IsReadOnly Property

Gets a value indicating whether the IList is read-only.

[Visual Basic]
Overridable Public ReadOnly Property IsReadOnly As Boolean _
    Implements IList.IsReadOnly
[C#]
public virtual bool IsReadOnly {get;}

Property Value

true if the collection is read-only; otherwise, false. The default is false

Implements

IList.IsReadOnly

Remarks

Missing <remarks> documentation for P:log4net.Appender.AppenderCollection.IsReadOnly

See Also

AppenderCollection Class | log4net.Appender Namespace