| PairwiseSequenceAlignmentIsReadOnly Property |
Gets or sets a value indicating whether PairwiseSequenceAlignment is read-only or not.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic bool IsReadOnly { get; set; }Public Property IsReadOnly As Boolean
Get
Set
public:
virtual property bool IsReadOnly {
bool get () sealed;
void set (bool value) sealed;
}abstract IsReadOnly : bool with get, set
override IsReadOnly : bool with get, set
Property Value
Type:
BooleanImplements
ICollectionTIsReadOnly
See Also