Parameters
| Parameter Name | Description |
|---|---|
| strName | name of the option to find |
Return Value
Option assigned to the OptionGroup that has passed strName.
| Parameter Name | Description |
|---|---|
| strName | name of the option to find |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when strName is null. |
| System.ArgumentException | Thrown when strName is empty. |