WordMatchSequence1Start Property |
Gets or sets the start index of the first sequence.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int Sequence1Start { get; set; }
Public Property Sequence1Start As Integer
Get
Set
public:
property int Sequence1Start {
int get ();
void set (int value);
}
member Sequence1Start : int with get, set
Property Value
Type:
Int32See Also