SnpItemChromosome Property |
Contains the chromosome number for the SNP
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public byte Chromosome { get; set; }
Public Property Chromosome As Byte
Get
Set
public:
property unsigned char Chromosome {
unsigned char get ();
void set (unsigned char value);
}
member Chromosome : byte with get, set
Property Value
Type:
ByteSee Also