GenBankMetadataSegment Property |
Segment provides the information on the order in which this entry appears in a
series of discontinuous sequences from the same molecule.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public SequenceSegment Segment { get; set; }
Public Property Segment As SequenceSegment
Get
Set
public:
property SequenceSegment^ Segment {
SequenceSegment^ get ();
void set (SequenceSegment^ value);
}
member Segment : SequenceSegment with get, set
Property Value
Type:
SequenceSegmentSee Also