Click or drag to resize
FeatureItemSetSingleBooleanQualifier Method
Sets the value for the specified qualifier name. Note: This method should be used to add a qualifier which appears only once in a feature and whose value is none.

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

Parameters

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