'Declaration
<CanBeNullAttribute()> Public Overloads Function GetOptionValue( _ ByVal optionName As String _ ) As String
[CanBeNull()] public string GetOptionValue( string optionName )
[CanBeNull()] public: String^ GetOptionValue( String^ optionName )
Parameters
- optionName
- The name of the option to get (case-insensitive)
Return Value
The OptionValue of the option with the specified name, or a null reference (Nothing in Visual Basic) if the collection does not contain an option with that name.