| AlignedSequenceMetadata Property  | 
            Gets information about the AlignedSequence, like score, offsets, consensus, etc..
            
 
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic IDictionary<string, Object> Metadata { get; set; }Public Property Metadata As IDictionary(Of String, Object)
	Get
	Set
public:
virtual property IDictionary<String^, Object^>^ Metadata {
	IDictionary<String^, Object^>^ get () sealed;
	void set (IDictionary<String^, Object^>^ value) sealed;
}abstract Metadata : IDictionary<string, Object> with get, set
override Metadata : IDictionary<string, Object> with get, set
Property Value
Type: 
IDictionaryString, 
ObjectImplements
IAlignedSequenceMetadata
See Also