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.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax protected void SetSingleTextQualifier(
string qualifierName,
string value
)
Protected Sub SetSingleTextQualifier (
qualifierName As String,
value As String
)
protected:
void SetSingleTextQualifier(
String^ qualifierName,
String^ value
)
member SetSingleTextQualifier :
qualifierName : string *
value : string -> unit
Parameters
- qualifierName
- Type: SystemString
Qualifier name. - value
- Type: SystemString
Value to set.
See Also