ClusterQueryDirection Property |
Gets or sets the query sequence direction
FORWARD or REVERSE
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string QueryDirection { get; set; }
Public Property QueryDirection As String
Get
Set
public:
property String^ QueryDirection {
String^ get ();
void set (String^ value);
}
member QueryDirection : string with get, set
Property Value
Type:
StringSee Also