| DnaAlphabetHasAmbiguity Property  | 
                Gets or sets a value indicating whether this alphabet has ambiguous character.
                This alphabet does have ambiguous symbols.
            
 
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic 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
IAlphabetHasAmbiguity
See Also