Read-only |
About Options |
Description |
Returns a string identifying the analyzer option configuration. Refer to the option number differences between the common option numbers and those returned using this command. |
VB Syntax |
value = app.Options |
Variable |
(Type) - Description |
app |
An Application (object) |
value |
(string) - variable to contain the returned string |
Return Type |
String |
Default |
Not Applicable |
Examples |
availOptions = app.Options |
C++ Syntax |
HRESULT Options(BSTR* OptionString) |
Interface |
IApplication |