BAMFormatterSortType Property |
Gets or sets type of sort needed.
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic BAMSortByFields SortType { get; set; }
Public Property SortType As BAMSortByFields
Get
Set
public:
property BAMSortByFields SortType {
BAMSortByFields get ();
void set (BAMSortByFields value);
}
member SortType : BAMSortByFields with get, set
Property Value
Type:
BAMSortByFields
See Also