ProteinAlphabetHasAmbiguity Property |
Gets or sets a value indicating whether this alphabet has ambiguous characters.
This alphabet does have ambiguous characters.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool HasAmbiguity { get; protected set; }
Public Property HasAmbiguity As Boolean
Get
Protected Set
public:
virtual property bool HasAmbiguity {
bool get () sealed;
protected: void set (bool value) sealed;
}
abstract HasAmbiguity : bool with get, set
override HasAmbiguity : bool with get, set
Property Value
Type:
BooleanImplements
IAlphabetHasAmbiguitySee Also