Parameters
| Parameter Name | Description |
|---|---|
| strName | name of the OptionGroup |
Return Value
OptionGroup assigned to the
Project with a given name.Project with a given name.| Parameter Name | Description |
|---|---|
| strName | name of the OptionGroup |
Project with a given name.| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when strName is null. |
| System.ArgumentException | Thrown when strName is empty. |
Option ^ GetOptionByName(System::String ^ strName).