Click or drag to resize
SAMFormatterName Property
Gets the name of the sequence alignment formatter being implemented. This is intended to give the developer some information of the formatter type.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public string Name { get; }

Property Value

Type: String

Implements

IFormatterName
See Also