"opts" - Options, used in many places. Typically the options take one of two forms:
- A string where each character in a string corresponds to an option.
- A bit-value number, typically in hex, where each bit represents an option.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public const string Options = "opts"
Public Const Options As String = "opts"
Field Value
Type:
StringSee Also