Click or drag to resize
FeatureItemSetSingleTextQualifier Method
Sets the value for the specified qualifier name. Note: This method should be used to set the text value of a qualifier which appears only once in a feature.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
protected void SetSingleTextQualifier(
	string qualifierName,
	string value
)

Parameters

qualifierName
Type: SystemString
Qualifier name.
value
Type: SystemString
Value to set.
See Also