ISequenceAlignmentDocumentation Property |
Gets or sets Documentation object is intended for tracking the history, provenance,
and experimental context of a sequence. The user can adopt any desired
convention for use of this object.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax Object Documentation { get; set; }
Property Documentation As Object
Get
Set
property Object^ Documentation {
Object^ get ();
void set (Object^ value);
}
abstract Documentation : Object with get, set
Property Value
Type:
ObjectSee Also