MUMmerAlignerAmbigiousMatchesAllowed Property |
Gets or sets a value indicating whether Ambiguous matches are allowed or not.
Namespace: Bio.Algorithms.MUMmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool AmbigiousMatchesAllowed { get; set; }
Public Property AmbigiousMatchesAllowed As Boolean
Get
Set
public:
property bool AmbigiousMatchesAllowed {
bool get ();
void set (bool value);
}
member AmbigiousMatchesAllowed : bool with get, set
Property Value
Type:
BooleanSee Also