| PairwiseAlignedSequenceScore Property  | 
            Gets or sets Score of the alignment.
            
 
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic long Score { get; set; }Public Property Score As Long
	Get
	Set
public:
property long long Score {
	long long get ();
	void set (long long value);
}member Score : int64 with get, set
Property Value
Type: 
Int64
See Also