| FastAFormatterName Property  | 
            Gets the name of this formatter.
            This is intended to give developers name of the formatter.
            
 
Namespace: Bio.IO.FastAAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic string Name { get; }Public ReadOnly Property Name As String
	Get
public:
virtual property String^ Name {
	String^ get () sealed;
}abstract Name : string with get
override Name : string with get
Property Value
Type: 
StringImplements
IFormatterName
See Also