SparseSequenceID Property |
An identification provided to distinguish the sequence to others
being worked with.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string ID { get; set; }
Public Property ID As String
Get
Set
public:
virtual property String^ ID {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ID : string with get, set
override ID : string with get, set
Property Value
Type:
StringImplements
ISequenceIDSee Also