PairwiseSequenceAlignerDescription Property |
Gets the Description of the current Alignment algorithm used.
This is a overridden property from the abstract parent.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public abstract string Description { get; }
Public MustOverride ReadOnly Property Description As String
Get
public:
virtual property String^ Description {
String^ get () abstract;
}
abstract Description : string with get
Property Value
Type:
StringImplements
ISequenceAlignerDescriptionSee Also