[#BloombergLP-balcl-Option-argType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/Option.adoc[Option]::argType :relfileprefix: ../../../ :mrdocs: Return the `ArgType` enumerator identifying whether this option is a flag (i.e., a tag not followed by a value), or whether it is an option (i.e., a tag followed by a value), or a non‐option argument (i.e., a value not preceded by a short or long tag). == Synopsis Declared in `<balcl_option.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balcl/OptionInfo/ArgType.adoc[OptionInfo::ArgType] argType() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#