Omissible<T> class | QSYS API Reference Guide
Encapsulates a *OMIT parameter.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –>
Constructors
Name | Description |
---|---|
Omissible() | Initializes an Omissible object without a value. |
Omissible()
Initializes an Omissible object without a value.
Omissible()
Properties
Type | Name | Description |
---|---|---|
String | IOPMessage | Gets the message for the exception thrown when this object is being used but hasn’t been initialized. |
String | ToStringMessage | Gets the default value returned by the ToString method when this object is being used but hasn’t been initialized. |